NetSurf
Data Fields
nsc_date_parse_ctx Struct Reference

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
 

Detailed Description

Context for date parsing.

Definition at line 541 of file time.c.

Field Documentation

◆ day

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().

◆ hours

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().

◆ mins

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().

◆ month

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().

◆ prev

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().

◆ secs

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().

◆ timezone_offset_mins

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().

◆ years

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().


The documentation for this struct was generated from the following file: