You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Days since 2000" should iterate by 1 at midnight relative to my timezone (AEST UTC+10)
Actual Behavior
"Days since 2000" iterates at 10am in my timezone (10 hours later than it should have)
Steps to Reproduce
Show the variable "Days since 2000", and the decimal value should be relative to the amount of day passed in your non-UTC+0 timezone - eg at midday in your timezone, the decimal value should be 0.5. It's not
System Details
na
Screenshots
Little program to update the days since 2000 when space is pressed - in this example, the timezone is AEST (UTC+10), the local time is 09:30am and you can see the "days since 2000" is almost about to iterate to it's next whole number (at 10am my time):
It should not iterate until the local time crosses midnight
The text was updated successfully, but these errors were encountered:
Expected Behavior
"Days since 2000" should iterate by 1 at midnight relative to my timezone (AEST UTC+10)
Actual Behavior
"Days since 2000" iterates at 10am in my timezone (10 hours later than it should have)
Steps to Reproduce
Show the variable "Days since 2000", and the decimal value should be relative to the amount of day passed in your non-UTC+0 timezone - eg at midday in your timezone, the decimal value should be 0.5. It's not
System Details
na
Screenshots
Little program to update the days since 2000 when space is pressed - in this example, the timezone is AEST (UTC+10), the local time is 09:30am and you can see the "days since 2000" is almost about to iterate to it's next whole number (at 10am my time):
It should not iterate until the local time crosses midnight
The text was updated successfully, but these errors were encountered: