Home | History | Annotate | Download | only in Scripts

Lines Matching refs:localTime

1322 # Return localtime() for the project's time zone, given an integer time as
1328 # Change the time zone temporarily for the localtime() call.
1331 my @localTimelocaltime($epochTime);
1338 return @localTime;
1351 my @localTime = localTimeInProjectTimeZone($epochTime);
1352 my $newDate = strftime("%Y-%m-%d", @localTime);