- Notifications
You must be signed in to change notification settings - Fork99
Closed
Description
In a rails console with timezone-data 2020a:
irb(main):001:0> Time.find_zone!("Europe/Paris").parse("2020-12-02") => Wed, 02 Dec 2020 00:00:00 CET +01:00In a rails console with timezone-data 2020b
irb(main):001:0> Time.find_zone!("Europe/Paris").parse("2020-12-02") => Wed, 02 Dec 2020 00:00:00 CEST +02:00Notice the CEST for a winter date
Metadata
Metadata
Assignees
Labels
No labels