@rschedule/moment-tz-date-adapter
Advanced tools
Changelog
1.5.0 FEATURE (2023/2/3)
@rschedule/core
Adds a metadata
property to DateAdapterBase
that can be used to store metadata related to a specific date adapter. Currently this property is just used by the ical-tools package to remember if a given DateAdapter should be serialized as a "date" or "date-time" value. Package consumers can also use this property to store data if they wish.@rschedule/ical-tools
fixes a bug which prevented the proper parsing and serializing of ical "date" values (e.g. "DTSTART;VALUE=DATE:20210909"
).Changelog
1.2.3 FIX (2020/11/19)
joda-date-adapter
) (!62).DatejsDateAdapter#set('timezone', value)
. Previously, attempting to set a new timezone value for a DayjsDateAdapter
was ignored (!62).Changelog
1.0.0 (2019/11/14)
0.12.2
.Changelog
0.12.2 FIX (2019/11/13)
timezone
argument in the docs.RecurrenceRulesIterator
was passed run options with a start
/end
time in a different time zone from the RecurrenceRulesIterator's
rule start time (#35).generators
value.