Version 10.1.0
Added:
- Added a new enum
TimestampFormat
for thetimestamp()
method.
Updated:
- The method
timestamp()
forDatetime()
now expects one of the following timestamp formats:TimestampFormat.POSIX
,TimestampFormat.RFC_3339
, orTimestampFormat.ISO_8601
. This method no longer accepts theposix
parameter. - The
datetime()
method now has default parameters start and end set to the current year.