Forum Discussion
abo999
Jun 14, 2022Copper Contributor
Displaying multiple timezones for tasks
Here is my scenario: I'm lead PM with a team working on systems maintenance over the course of a given weekend. The maintenance will run 24 hours/day over the weekend, and involves work in both N...
- Jun 14, 2022abo999,
What version of Project are you using? What version if the US based PM using?
Your custom field formula works fine for me (US based) but simply adding raw numbers doesn't always work. I suggest you use this formula in custom Start and Finish fields:
Start1=dateadd("h",7,[Start])
Hope this helps.
John
John-project
Jun 23, 2022Silver Contributor
In the Custom Fields window make sure you have checked "Calculation for group and summary rows" to "Use formula".
John
abo999
Jun 23, 2022Copper Contributor
Why didn't I spot that??? 😄 Thanks again, that has completely answered my questions and future maintenance weekends will be a bit smoother!