Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[1.1.0] - 2021-02-21
Added
Epoch.now/0
returns the current time in Epoch formatEpoch.now/1
returns the current time in Epoch format with microsecond precision.
[1.0.0] - 2021-02-20
Added
Epoch.cast/1
converts a DateTime object to an Epoch with microsecond precisionEpoch.to_datetime/1
converts a Epoch to DateTime object