Releases: spryker/util-date-time
Releases · spryker/util-date-time
Release list
1.6.0
Included commits: 1.5.0...1.6.0
Improvements
- Introduced new service method
UtilDateTimeService::getTimezone(). - Introduced
UtilDateTimeConfig::getDateTimeZone(). - Adjusted
DateTimeFormatterto rely on TimezoneReader for providing a timezone for datetime format.
1.5.0
Included commits: 1.4.1...1.5.0
Improvements
- Introduced
UtilDateTimeService::formatDateTimeToUtcIso8601to format a given datetime string into the UTC ISO datetime format.
1.4.1
1.4.0
Included commits: 1.3.0...1.4.0
Improvements
- Introduced
UtilDateTimeServiceInterface::formatDateTimeToCustomFormat().
1.3.0
Included commits: 1.2.3...1.3.0
Improvements
- Adjusted
UtilDateTimeServiceInterface::formatDateTimeToIso8601()to accept the timezone as an optional parameter.
1.2.3
Included commits: 1.2.2...1.2.3
Fixes
- Adjusted
DateTimeFormatterTwigPluginin order to be compatible with Twig v3.
1.2.2
1.2.1
Included commits: 1.2.0...1.2.1
Fixes
- Refactored
ContainerInterfacearray access usage toContainerInterface::set()method usage.
1.2.0
Included commits: 1.1.1...1.2.0
Improvements
- Introduced
UtilDateTimeServiceInterface::formatDateTimeToIso8601()to convert database date format to ISO 8601 format, which is a standard for Javascript.