Euphoria
datetime.cc File Reference
#include "core/datetime.h"
#include <cstring>
#include "assert/assert.h"
#include "base/cint.h"

Go to the source code of this file.

Namespaces

 eu
 
 eu::core
 

Functions

int eu::core::c_month_to_int (Month month)
 
Month eu::core::c_int_to_month (int m)
 
U64 eu::core::c_date_time_to_int64 (const TimetWrapper &dt)
 
TimetWrapper eu::core::c_int64_to_date_time (U64 total_seconds)
 
TimetWrapper eu::core::to_time_t_wrapper (const StructTmWrapper &s, TimeZone timezone)