About 1,372,257 results (2,738 milliseconds)

ObjectCache - TTL/TTD

https://groups.google.com/g/php-fig/c/IwgND6jyvTA/m/dDNCFKQMFOAJ
Unix timestamp can be used by calling the DateTime::setTimestamp() method ... you'll anyway produce it using the current time + a TTL in your code, so

Timestamp parameters with PDO

https://groups.google.com/g/firebird-php/c/T2TrYA1i9Po
where $aVon and $aBis are Unix timestamps which I had constructed by PHP's "mktime". Works well. Now, with PDO, I guess it should read something like --- ...

Handling of Locally Stored DateTime Objects When TimeZoneOffset ...

https://groups.google.com/g/phrets/c/45etDBuB_iY
My current implementation for date/time strings fetched from RETS is similar to: // ... Since the unix timestamp is always given in UTC, I was just figuring that ...

Timestamp functions in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/timestamp_functions
UNIX_SECONDS; Supplemental materials. How time zones work with timestamp ... Returns the current date and time as a timestamp object. The timestamp is ...

Unix Timestamp Converter - Chrome Web Store

https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!

[Boost-users] [DateTime] from time_t to ptime and back - or not

https://groups.google.com/g/boost-list/c/bjK3VndGD1Y
time issues). Code: time_t now = time(NULL); boost::posix_time::ptime pt = boost::posix_time::from_time_t(now); struct tm tm = to_tm(pt); time_t ...

Using the client libraries | Cloud Monitoring | Google Cloud

https://cloud.google.com/monitoring/docs/samples/monitoring-quickstart
... time to current time. DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc); Timestamp timeStamp = new Timestamp { Seconds = (long)(DateTime.

Stackdriver Trace Client - Class Span (1.8.9) | PHP Client Libraries ...

https://cloud.google.com/php/docs/reference/cloud-trace/latest/Span
If provided as a string, it must be in "Zulu" format. If provided as an int or float, it is expected to be a Unix timestamp. ↳ endTime, DateTimeInterface| ...

Date functions in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/date_functions
The current date value is set at the start of the query statement that contains this function. All invocations of CURRENT_DATE() within a query statement yield ...

math and formatting in cheetah templates

https://groups.google.com/g/weewx-development/c/slUxCE87b94
Jul 16, 2015 ... <tr> <td> current time </td><td> $latest.dateTime</td> </tr> ... unix epoch time. It's just time. You can't use strftime() to format ...

vueiss.py driver not writing to database (RPi)

https://groups.google.com/g/weewx-user/c/5qcl7QImz7M
# # With php-fpm (or other unix sockets): fastcgi_pass unix:/var/run/php ... timestamp from the dateTime field in table last_sensor. The last_sensor ...

Cloud Storage Client - Class StorageObject (1.46.0) | PHP Client ...

https://cloud.google.com/php/docs/reference/cloud-storage/1.46.0/StorageObject
Mar 22, 2025 ... May provide an instance of Google\Cloud\Core\Timestamp, http://php.net/datetimeimmutable, or a UNIX timestamp as an integer. options, array.

Timestamp | Firebase

https://firebase.google.com/docs/reference/kotlin/com/google/firebase/Timestamp
Emulator Suite Security Rules Unit Testing Library. Overview · HostAndPort · RulesTestContext · RulesTestEnvironment · TestEnvironmentConfig. iOS — Swift.

Cloud Storage Client - Class StorageObject (1.31.2) | PHP Client ...

https://cloud.google.com/php/docs/reference/cloud-storage/1.31.2/StorageObject
May provide an instance of Google\Cloud\Storage\Google\Cloud\Core\Timestamp, http://php.net/datetimeimmutable, or a UNIX timestamp as an integer. options, array.

Data types | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types
This can be a date, datetime, or timestamp literal. If this value is ... All timestamp computations are done using Unix-style timestamps, which don't reflect leap ...

Protocol Buffers Well-Known Types | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/reference/google.protobuf
Example 5: Compute Timestamp from current time in Python. now = time.time ... Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.

Cloud Storage Client - Class Bucket (1.31.2) | PHP Client Libraries ...

https://cloud.google.com/php/docs/reference/cloud-storage/1.31.2/Bucket
May provide an instance of Google\Cloud\Storage\Google\Cloud\Core\Timestamp, http://php.net/datetimeimmutable, or a UNIX timestamp as an integer. options, array.

Is there anyway to see the exact date of a review? - Google ...

https://support.google.com/business/thread/1860180/is-there-anyway-to-see-the-exact-date-of-a-review?hl=en
Feb 25, 2019 ... Go to https://pleper.com/index.php?do=tools&sdo=analyze_google_reviewer; Enter the URL from the reviewers' profile (in this case, you'd enter ...

Monitoring client libraries | Google Cloud

https://cloud.google.com/monitoring/docs/reference/libraries
Start writing code for Monitoring in C++, C#, Go, Java, Node.js, PHP, Python, Ruby ... time to current time. DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0 ...

time_util.h | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.util.time_util
Jan 1, 1972 ... static bool. FromString(const std::string & value, Duration * timestamp) ; static Timestamp. GetCurrentTime(). Gets the current UTC time. ; static ...