Searched refs:GMT0 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp751 m_offset = -3600*(wxDateTime::GMT0 - tz);
754 case wxDateTime::GMT0:
768 m_offset = 3600*(tz - wxDateTime::GMT0);
2965 offset = AST - GMT0;
2967 offset = ADT - GMT0;
2969 offset = EST - GMT0;
2971 offset = EDT - GMT0;
2973 offset = CST - GMT0;
2975 offset = CDT - GMT0;
2977 offset = MST - GMT0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h163 // consequent numbers, so writing something like `GMT0 + offset' is
169 GMT0, enumerator in enum:wxDateTime::TZ
178 WET = GMT0, // Western Europe Time
217 UTC = GMT0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex38 // consequent numbers, so writing something like `GMT0 + offset' is
44 GMT0,
53 WET = GMT0, // Western Europe Time
90 UTC = GMT0
1543 the argument {\tt GMT0}.
1551 the argument {\tt GMT0}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3487 wxPrintf(_T("Current GMT time:\t%s\n"), now.Format(_T("%c"), wxDateTime::GMT0).c_str());
3488 wxPrintf(_T("Unix epoch (GMT):\t%s\n"), wxDateTime((time_t)0).Format(_T("%c"), wxDateTime::GMT0).c_str());

Completed in 41 milliseconds