Skip to content

Version 10.1.0

Compare
Choose a tag to compare
@lk-geimfari lk-geimfari released this 26 May 18:25
· 176 commits to master since this release
v10.1.0
ca214b8

Added:

  • Added a new enum TimestampFormat for the timestamp() method.

Updated:

  • The method timestamp() for Datetime() now expects one of the following timestamp formats: TimestampFormat.POSIX, TimestampFormat.RFC_3339, or TimestampFormat.ISO_8601. This method no longer accepts the posix parameter.
  • The datetime() method now has default parameters start and end set to the current year.