Added:
- Added a new enum
TimestampFormatfor 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 theposixparameter. - The
datetime()method now has default parameters start and end set to the current year.