View Source ecrn_util (erlcron v1.2.1)

Utility functions for the erlcron system

Link to this section Summary

Link to this section Functions

-spec epoch_milliseconds() -> erlcron:milliseconds().
-spec epoch_seconds() -> erlcron:seconds().
Link to this function

epoch_to_datetime_string(Epoch)

View Source
-spec epoch_to_datetime_string(erlcron:milliseconds()) -> string().
Link to this function

epoch_to_time_string(Epoch)

View Source
-spec epoch_to_time_string(erlcron:milliseconds()) -> string().
-spec localtime_to_epoch(calendar:datetime()) -> erlcron:milliseconds().
Link to this function

universaltime_to_epoch(DT)

View Source
-spec universaltime_to_epoch(calendar:datetime()) -> erlcron:milliseconds().