TZ=UTC temporal server start-dev --ui-port <MY_PORT_NUMBER> --db-filename myfile.db
This sets logs to UTC.
log: timeFormat: "2006-01-02T15:04:05.000Z"
temporal server start-dev --config config.yaml --ui-port <MY_PORT_NUMBER> --db-filename myfile.db
This forces UTC with precise timestamp control.