Lines Matching full:timestamp
75 $timestamp $notes);
337 # Set timestamp to the UTC this script is running. Its value might
339 $timestamp = scalar(gmtime)." UTC";
365 logit "date = $timestamp"; # When the test build starts
432 # Set timestamp to the UTC the git update took place.
433 $timestamp = scalar(gmtime)." UTC" if (!$gitstat);
455 # Set timestamp to the UTC the git update took place.
456 $timestamp = scalar(gmtime)." UTC" if (!$gitstat);
505 # Set timestamp to the one in curlver.h if this isn't a git test build.
514 $timestamp = $stampstring." UTC";
522 # Show timestamp we are using for this test build.
523 logit "timestamp = $timestamp";