Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/resources/boxlang.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// Please use the IANA timezone database values
// On AWS YOU CAN use: ${env.TZ:UTC} to use the environment variable TZ or default to UTC
// https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-runtime
"timezone": "${env.TZ:UTC}",
//"timezone": "${env.TZ:UTC}",
// The default locale for the runtime; defaults to the JVM locale if empty
// Please use the IETF BCP 47 language tag values
"locale": "",
Expand Down Expand Up @@ -437,4 +437,4 @@
// }
// }
}
}
}