RailsEventStore / rails_event_store

A Ruby implementation of an Event Store based on Active Record
http://railseventstore.org
MIT License
1.41k stars 121 forks source link

Timezones not working (for me) #1753

Closed casiodk closed 1 month ago

casiodk commented 6 months ago

When using timezone in a browser in copenhagen/europe timezone, UTC is the only timezone available.

Is it possible to add the default timezone, + available timezones in an initializer instead?

Screenshot 2024-03-18 at 10 24 17

Screenshot 2024-03-18 at 10 28 01

Related to https://github.com/RailsEventStore/rails_event_store/pull/1727 https://github.com/RailsEventStore/rails_event_store/issues/1723

casiodk commented 2 months ago

Is this available now? @porbas :)

lukaszreszke commented 2 months ago

Hey @casiodk. It is not yet released. We're planning to do that soon. I'll ping you here once release new version.

lukaszreszke commented 1 month ago

@casiodk we just released v2.15.0 that contains the improvement. Please let us know if it works fine for you.

casiodk commented 1 month ago

Ohhh yeah, its awesome :) Thanks a lot!

casiodk commented 1 month ago

:)