We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently sf uses local time with RFC3339 "2006-01-02T15:04:05Z07:00" for printing file modified times.
Request to print those times in UTC time instead: https://twitter.com/despens/status/1216714415527120898
This may be thru a -utc flag in sf
The text was updated successfully, but these errors were encountered:
OK, this is implemented now on develop branch.
Normal behaviour for file modified is: 2018-04-17T21:47:18+02:00 With new -utc flag you get: 2018-04-17T19:47:18Z
2018-04-17T21:47:18+02:00
2018-04-17T19:47:18Z
Hope that's what is expected?
Sorry, something went wrong.
add -utc flag to print modified times in UTC rather than local; #136
4275e94
sf 1.8.0 has a new -utc flag for this. If you want this for default behaviour add that to your conf (with sf -utc -setconf)
-utc
sf -utc -setconf
9abebe6
richardlehane
No branches or pull requests
Currently sf uses local time with RFC3339 "2006-01-02T15:04:05Z07:00" for printing file modified times.
Request to print those times in UTC time instead: https://twitter.com/despens/status/1216714415527120898
This may be thru a -utc flag in sf
The text was updated successfully, but these errors were encountered: