sqlproject_grounds.sql 186 B

12345678
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. $ts_bytes = String::HexDecode('0a0b0c0d');
  4. $ts_int = FromBytes($ts_bytes, Uint32);
  5. SELECT
  6. $ts_int,
  7. DateTime::FromSeconds($ts_int)