Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/date/
H A Ddate.cc569 int timezone_hour = std::abs(timezone_offset) / 60; in ToDateString() local
579 (timezone_offset < 0) ? '-' : '+', timezone_hour, in ToDateString()
586 sec, (timezone_offset < 0) ? '-' : '+', timezone_hour, timezone_min, in ToDateString()

Completed in 2 milliseconds