Type Alias mpris_server::DateTime
source · pub type DateTime = String;
Expand description
Combined date and time.
This should be sent as strings in ISO 8601 extended format (eg: 2007-04-29T14:35:51). If the timezone is known (eg: for xesam:lastPlayed), the internet profile format of ISO 8601, as specified in RFC 3339, should be used (eg: 2007-04-29T14:35:51+02:00).
For example: “2007-04-29T13:56+01:00” for 29th April 2007, four minutes to 2pm, in a time zone 1 hour ahead of UTC.
Aliased Type§
struct DateTime { /* private fields */ }