iafisher / drill

Spaced-repetition quizzes on the command line
MIT License
2 stars 0 forks source link

Add --utc flag to --history subcommand to fix failing test suite #98

Open iafisher opened 3 years ago

iafisher commented 3 years ago

The test suite fails if the user's system is not set to Pacific Time, since the output of the --history subcommand uses the user's local time zone. The --history subcommand should accept a --utc flag to force output to be in UTC.