spacetraders_models/timestamp
Types
pub type Timestamp =
timestamp.Timestamp
Values
pub fn decoder() -> decode.Decoder(timestamp.Timestamp)
pub fn encode(timestamp: timestamp.Timestamp) -> json.Json
pub fn from_unix(seconds: Int) -> timestamp.Timestamp
pub fn parse(value: String) -> Result(timestamp.Timestamp, Nil)