Format.sql 251 B

123456
  1. /* syntax version 1 */
  2. $format = DateTime::Format("%% year %Y monthFullName %B monthShortName %b month %m day %d hours %H minutes %M seconds %S tz %z tzname %Z text");
  3. select
  4. $format(DateTime::Split(cast(ftztimestamp as TzTimestamp)))
  5. from Input