logfile_datetime/0 | Equivalent to logfile_datetime(calendar:local_time()). |
logfile_datetime/1 | Returns a date/time string which is suitable for a log file. |
rfc_1123_datetime/0 | Equivalent to rfc_1123_datetime(calendar:universal_time()). |
rfc_1123_datetime/1 | Returns a date/time string formatted in accordance to RFC 1123. |
timestamp/0 | Equivalent to timestamp(calendar:local_time()). |
timestamp/1 | Returns a timestamp string which is both human-readable and unique within the node on which it is generated. |
logfile_datetime() -> string()
Equivalent to logfile_datetime(calendar:local_time()).
Returns a date/time string which is suitable for a log file. This sort of date/time looks like "2003.08.14 08:49:05".
rfc_1123_datetime() -> string()
Equivalent to rfc_1123_datetime(calendar:universal_time()).
Returns a date/time string formatted in accordance to RFC 1123. This sort of date/time looks like "Sun, 06 Nov 1994 08:23:19 GMT".
timestamp() -> string()
Equivalent to timestamp(calendar:local_time()).
Returns a timestamp string which is both human-readable and unique within the node on which it is generated. This sort of date/time looks like "20030814.184025.148330".
Generated by EDoc, Dec 25 2007, 02:37:17.