Searched refs:local_time_offset (Results 1 – 1 of 1) sorted by relevance
122 var local_time_offset; variable161 if (IS_UNDEFINED(local_time_offset)) {162 local_time_offset = %DateLocalTimeOffset();202 if (IS_UNDEFINED(local_time_offset)) {203 local_time_offset = %DateLocalTimeOffset();239 return time + DaylightSavingsOffset(time) + local_time_offset;262 return (ltc.val = time + local_time_offset + dst_offset);270 if (IS_UNDEFINED(local_time_offset)) {271 local_time_offset = %DateLocalTimeOffset();273 var tmp = time - local_time_offset;[all …]