Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## [0.5.1] - 2015-03-08
### Added
to_micro_erl functions added to DateTime and NaiveDateTime. These functions
return datetime tuples with 4 elements in the time part, the fourth one
being microseconds.
### Changed
DateTime. now_utc function now uses :os.timestamp instead of :erlang.now
internally for more accuracy and less overhead.
## [0.5.0] - 2015-03-05
### Changed
The microseconds part of the DateTime, NaiveTime and Time structs have been
renamed from microsec to usec.
## [0.4.1] - 2015-03-02
### Added
Important addition: tzdata is now in applications in mix.exs
## [0.4.0] - 2015-03-02
### Changed
DateTime.Format.iso8601 function renamed to DateTime.Format.rfc3339.
## [0.3.0] - 2015-02-26
### Changed
Extracted tzdata parsing and moved it to a new library: `tzdata`.
tzdata package added as a dependency in mix.exs.