It is currently the 18th Dec in NZ. The field I have called TodayNZ is a calc "Today()". It is formatted as NZ time zone. Is there any reason why it comes up as the 17th Dec?
It is currently the 18th Dec in NZ. The field I have called TodayNZ is a calc "Today()". It is formatted as NZ time zone. Is there any reason why it comes up as the 17th Dec?
The value for "TODAY()" is set to GMT+0 on the server. I think what may be happening is that it's technically still the 17th on GMT+0, and so the value of `TODAY()` is 17 Dec, 12am GMT+0
With that field set to Pacific/Auckland, it's +13, so 12am + 13 hours = 17 Dec 1pm
You could try doing a formula field of `DATEADD(TODAY(), 13, 'hours')` perhaps? Don't take my word for it though, timezone stuff makes me go crosseyed heh
The value for "TODAY()" is set to GMT+0 on the server. I think what may be happening is that it's technically still the 17th on GMT+0, and so the value of `TODAY()` is 17 Dec, 12am GMT+0
With that field set to Pacific/Auckland, it's +13, so 12am + 13 hours = 17 Dec 1pm
You could try doing a formula field of `DATEADD(TODAY(), 13, 'hours')` perhaps? Don't take my word for it though, timezone stuff makes me go crosseyed heh
Thanks Adam. I'm currently using
As per above comment, when you have a calculated date and remove the time, the timezone is still selectable however when it's a date field and the time is removed, the timezone cannot be selected.
Thanks Adam. I'm currently using
Yeah, it's a bit of a headache. Glad you managed to figure a solution out though even if it's pretty painful!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.