| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.ULID.TimeStamp
Documentation
data ULIDTimeStamp Source #
Instances
Arguments
| :: POSIXTime | The specified UNIX time (seconds) to millisecond precision, e.g. 1469918176.385 |
| -> ULIDTimeStamp |
Generate a ULID Timestamp based on a specified time
getULIDTimeStamp :: IO ULIDTimeStamp Source #
Generate a ULID Timestamp based on current system UNIX time