diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-02-29 10:12:43 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-02-29 10:12:43 -0500 |
commit | e6d80d04d6928c452b48eae717373bf6a943e355 (patch) | |
tree | b0db89b106d8f0e5aa2e768fc4127701c16f2e1b /tests/common/newermt.sh | |
parent | a9f3cde30426b546ba6e3172e1a7951213a72049 (diff) | |
download | bfs-e6d80d04d6928c452b48eae717373bf6a943e355.tar.xz |
tests: Add more datetime parsing integration tests
Diffstat (limited to 'tests/common/newermt.sh')
-rw-r--r-- | tests/common/newermt.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/common/newermt.sh b/tests/common/newermt.sh index 3c5be68..e816b29 100644 --- a/tests/common/newermt.sh +++ b/tests/common/newermt.sh @@ -1 +1,3 @@ -bfs_diff times -newermt 1991-12-14T00:01 +bfs_diff times -newermt 1991-12-14T00:01 \ + -newermt "1991-12-14 01:01+01:00" \ + -newermt "19911213 20:31:00-0330" |