bufr2synop 0.24.0
|
stores date and time reference of a report, commonly the observation time More...
#include <metcommon.h>
Data Fields | |
time_t | t |
struct tm | tim |
char | datime [16] |
stores date and time reference of a report, commonly the observation time
Definition at line 59 of file metcommon.h.
char met_datetime::datime[16] |
date/time reference (UTC) as string with YYYYMMDDHHmm[ss] format
Definition at line 63 of file metcommon.h.
Referenced by print_csv_alphanum(), print_json_alphanum(), print_temp_a_sec1(), print_xml_alphanum(), round_met_datetime_to_hour(), and YYYYMMDDHHmm_to_met_datetime().
time_t met_datetime::t |
Unix instant for report date/time reference
Definition at line 61 of file metcommon.h.
Referenced by check_date_from_future(), met_datetime_to_YYGG(), print_temp_b_sec1(), print_temp_c_sec1(), print_temp_d_sec1(), round_met_datetime_to_hour(), and YYYYMMDDHHmm_to_met_datetime().
struct tm met_datetime::tim |
struct tm with report date/time info (UTC)
Definition at line 62 of file metcommon.h.
Referenced by round_met_datetime_to_hour(), and YYYYMMDDHHmm_to_met_datetime().