Skip to content

Date Picker acting strange #2441

Answered by iJungleboy
Rodien asked this question in Q&A
Jun 7, 2021 · 5 comments · 6 replies
Discussion options

You must be logged in to vote

Note in v12.02 we are making date-formulas easier.

  1. If your formula returns a proper date object, we assume you didn't think about time zones and we simply drop them. So if you return a date at 14:00 we assume it's supposed to be 14:00 even if it says GMT+0200 or something (that is removed)
  2. If your formula returns Zulu time that's the time it will use
  3. If your formula returns a string with a time-zone shift, that too will be ignored/removed

See latest docs http://r.2sxc.org/formulas

I also documented in detail how the dates behave, and how to parse an existing date (dropping the Z) to ensure it's easy to work with.

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@Rodien
Comment options

Comment options

You must be logged in to vote
1 reply
@Rodien
Comment options

Comment options

You must be logged in to vote
1 reply
@Rodien
Comment options

Comment options

You must be logged in to vote
2 replies
@Rodien
Comment options

@iJungleboy
Comment options

Comment options

You must be logged in to vote
1 reply
@Rodien
Comment options

Answer selected by Rodien
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants