RailsEventStore / rails_event_store

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

Timezones not working (for me) #1753

Closed casiodk closed 3 months ago

casiodk commented 8 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 4 months ago

Is this available now? @porbas :)

lukaszreszke commented 3 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 3 months ago

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

casiodk commented 3 months ago

Ohhh yeah, its awesome :) Thanks a lot!

casiodk commented 3 months ago

:)