Skip to content

datetime bug fixes

nmartensen requested to merge topic/default/timedelta into branch/default

This MR proposes two main changes:

  • Only return time-only for a single-day time interval, not two consecutive days.
  • Stop using the '1900 backward compatibility date-base system' when (de)serializing dates before March 1900.

Merge request reports