Home
last modified time | relevance | path

Searched refs:gmtoffset (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DDateConversion.cpp86 int offset = abs(gmtoffset(t)); in formatTime()
94 gmtoffset(t) < 0 ? '-' : '+', offset / (60*60), (offset / 60) % 60, timeZoneName); in formatTime()
98 gmtoffset(t) < 0 ? '-' : '+', offset / (60*60), (offset / 60) % 60); in formatTime()
/external/webkit/Source/JavaScriptCore/wtf/
DDateMath.h226 static inline int gmtoffset(const GregorianDateTime& t) in gmtoffset() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-147010 (KJS::gmtoffset):
7064 (KJS::gmtoffset):
7082 (KJS::gmtoffset):
7114 (KJS::gmtoffset):
7132 (KJS::gmtoffset):
7270 (KJS::gmtoffset):
12468 (gmtoffset):
13478 (gmtoffset): On WIN32, use the recommended global (_timezone rather than timezone).
DChangeLog-2008-08-103212 (KJS::gmtoffset):
4646 (KJS::gmtoffset):
DChangeLog-2010-05-2415120 (JSC::gmtoffset):