Changes to Date Manipulation Functions

Yes roll back for a period of one week.

2 Likes

Hello there!

Good to hear that you guys are doing improvements that will affect our apps in a positive way!

Is it possible to add in this deploy the “non-english” dates management? (Day / Month / year ) in the date picker?

Are you doing any kind of transformation on the dates? If not, this should definitely just work – behind the scenes, the “Current Date / Time” message just gets the latest unix timestamp, and then when we show a date to a user, we convert into their local timezone. If you’re doing explicit transformation on the dates, it will still probably just work, but it depends exactly what you are doing. If you’re extracting the UNIX timestamp explicitly, that will keep working, since the UNIX timestamp isn’t timezone dependent. Anyway as @JohnMark correctly answered, you have a week to roll back, so I would encourage you to try upgrading and test, since worse case you can just roll back, and it doesn’t affect your live version until you deploy.

We can’t include it as part of this project, but it’s on our list of things to build eventually… can’t promise a timeline right now though

1 Like