Lines Matching defs:Timestamp
12 * A Timestamp represents a point in time independent of any time zone
24 * Example 1: Compute Timestamp from POSIX `time()`.
25 * Timestamp timestamp;
28 * Example 2: Compute Timestamp from POSIX `gettimeofday()`.
31 * Timestamp timestamp;
34 * Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
40 * Timestamp timestamp;
43 * Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
45 * Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
47 * Example 5: Compute Timestamp from current time in Python.
48 * timestamp = Timestamp()
51 * In JSON format, the Timestamp type is encoded as a string in the
59 * "Z") when printing the Timestamp type and a proto3 JSON parser should be
72 * Generated from protobuf message <code>google.protobuf.Timestamp</code>
74 class Timestamp extends \Google\Protobuf\Internal\Message
112 \GPBMetadata\Google\Protobuf\Timestamp::initOnce();
179 * Converts PHP DateTime to Timestamp.
190 * Converts Timestamp to PHP DateTime.