discourse/plugins/discourse-calendar/spec/lib/discourse_post_event
Joffrey JAFFEUX b636cdcbe6
FIX: compute correct date with local time (#34623)
We were not correctly computing the dates when the option showLocalTime
is enabled on an event. In this case we need to generate a floating time
without a zone in the date.

This commit also refactors the serializers to avoid duplication.
2025-09-01 11:46:34 +02:00
..
event_finder_spec.rb FIX: removes support for include_expired param (#34582) 2025-08-28 14:37:45 +02:00
event_parser_spec.rb
pretty_text_spec.rb
rrule_configurator_spec.rb FIX: removes support for include_expired param (#34582) 2025-08-28 14:37:45 +02:00
rrule_generator_spec.rb FIX: compute correct date with local time (#34623) 2025-09-01 11:46:34 +02:00
time_sniffer_spec.rb