Home | History | Annotate | Download | only in Scripts

Lines Matching refs:localTime

1448 # Return localtime() for the project's time zone, given an integer time as
1454 # Change the time zone temporarily for the localtime() call.
1457 my @localTime = localtime($epochTime);
1464 return @localTime;
1477 my @localTime = localTimeInProjectTimeZone($epochTime);
1478 my $newDate = strftime("%Y-%m-%d", @localTime);