ExMicrosoftAzureStorage.Storage.DateTimeUtils (ex_microsoft_azure_storage v2.0.0)

Copy Markdown View Source

DateTimeUtils

Summary

Functions

date_parse_iso8601(date)

@spec date_parse_iso8601(String.t()) :: DateTime.t()

date_parse_rfc1123(str)

@spec date_parse_rfc1123(String.t()) :: DateTime.t()

to_string_iso8601(date_time)

@spec to_string_iso8601(DateTime.t()) :: String.t()

to_string_rfc1123(date_time)

@spec to_string_rfc1123(DateTime.t() | NaiveDateTime.t()) :: String.t()

utc_now()

@spec utc_now() :: String.t()