return "UNIXEPOCH($col,'utc','subsec')" if $with_timezone; return "UNIXEPOCH($col,'subsec')"; ... return "DATETIME($col,'unixepoch','localtime')" if $with_timezone; return "DATETIME($col,'unixepoch')";