NetSurf
|
Context for date parsing. More...
Data Fields | |
char | prev |
Used for handling neumenrical timezone. More... | |
uint8_t | secs |
uint8_t | mins |
uint8_t | hours |
uint8_t | day |
uint8_t | month |
uint16_t | years |
int16_t | timezone_offset_mins |
uint8_t nsc_date_parse_ctx::day |
Definition at line 546 of file time.c.
Referenced by time__ctx_to_time_t(), time__get_date(), and time__parse_number().
uint8_t nsc_date_parse_ctx::hours |
Definition at line 545 of file time.c.
Referenced by time__ctx_to_time_t(), time__get_date(), and time__parse_hh_mm_ss().
uint8_t nsc_date_parse_ctx::mins |
Definition at line 544 of file time.c.
Referenced by time__ctx_to_time_t(), time__get_date(), and time__parse_hh_mm_ss().
uint8_t nsc_date_parse_ctx::month |
Definition at line 547 of file time.c.
Referenced by time__ctx_to_time_t(), time__get_date(), time__parse_month(), and time__parse_number().
char nsc_date_parse_ctx::prev |
Used for handling neumenrical timezone.
Definition at line 542 of file time.c.
Referenced by time__get_date(), and time__parse_number().
uint8_t nsc_date_parse_ctx::secs |
Definition at line 543 of file time.c.
Referenced by time__ctx_to_time_t(), time__get_date(), and time__parse_hh_mm_ss().
int16_t nsc_date_parse_ctx::timezone_offset_mins |
Definition at line 549 of file time.c.
Referenced by time__ctx_to_time_t(), time__parse_number(), and time__parse_timezone().
uint16_t nsc_date_parse_ctx::years |
Definition at line 548 of file time.c.
Referenced by time__ctx_to_time_t(), and time__parse_number().