Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ps2/
H A Dps2time.cpp82 int gmtOfs = configGetTimezone(); in readRtcTime() local
84 gmtOfs += 60; in readRtcTime()
88 timeSecs += gmtOfs * 60; // GMT -> timezone the user selected in readRtcTime()