Revert "Enable --universal-time by default"

This reverts commit 25bc625fc034a0e02b9e42864ddb74c8d51c6623.
This commit is contained in:
Chris Tsang 2023-01-24 14:02:01 +08:00
parent 25bc625fc0
commit b84c2ffdcb

View File

@ -78,7 +78,6 @@ pub enum MigrateSubcommands {
#[clap( #[clap(
action, action,
long, long,
default_value = "true",
help = "Generate migration file based on Utc time instead of Local time" help = "Generate migration file based on Utc time instead of Local time"
)] )]
universal_time: bool, universal_time: bool,