Time specific types. More...
Data Structures |
|
struct | gos_iso8601_t |
struct | gos_iso8601_str_t |
Typedefs |
|
typedef uint32_t | gos_time_t |
typedef uint32_t | gos_utc_seconds_t |
typedef uint64_t | gos_utc_ms_t |
typedef int32_t | gos_timezone_offset_t |
Detailed Description
Time specific types.
Typedef Documentation
◆ gos_time_t
typedef uint32_t gos_time_t |
Time value in milliseconds
◆ gos_timezone_offset_t
typedef int32_t gos_timezone_offset_t |
Timezone offset in seconds
- Note
- This can be positive or negative
◆ gos_utc_ms_t
typedef uint64_t gos_utc_ms_t |
UTC Time in milliseconds
◆ gos_utc_seconds_t
typedef uint32_t gos_utc_seconds_t |
UTC Time in seconds