| epoch_to_datetime/1 | Convert a folsom_utils:now_epoch() to a universal datetime. |
| fmt/2 | Created a string Str based on the format string FmtStr and
list of args Args. |
| human_size_fmt/2 | Create a human friendly string Str for number of bytes
Bytes and format based on format string Fmt. |
| human_time_fmt/2 | Create a human friendly string Str for the given time in
microseconds Micros. |
epoch_to_datetime(S::non_neg_integer()) -> calendar:datetime()
Convert a folsom_utils:now_epoch() to a universal datetime
fmt(FmtStr::string(), Args::list()) -> Str::string()
Created a string Str based on the format string FmtStr and
list of args Args.
human_size_fmt(Fmt::string(), Bytes::number()) -> string()
Create a human friendly string Str for number of bytes
Bytes and format based on format string Fmt.
human_time_fmt(Fmt::string(), Micros::non_neg_integer()) -> Str::string()
Create a human friendly string Str for the given time in
microseconds Micros. Format according to format string
Fmt.
Generated by EDoc