-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better error message on unparseable TZ environment variable
- Loading branch information
Showing
7 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
test/cases/dsl-local-date-time-functions/not-a-valid-timezone-2/cmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
mlr --tz .../... -n put -f test/input/sec2localtime-tz.mlr |
1 change: 1 addition & 0 deletions
1
test/cases/dsl-local-date-time-functions/not-a-valid-timezone-2/experr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
mlr : mlr: TZ environment variable appears malformed: ".../..." |
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion
2
test/cases/dsl-local-date-time-functions/not-a-valid-timezone/experr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
${MLR} : unknown time zone this-is-not-a-valid-timezone-name | ||
mlr : mlr: TZ environment variable appears malformed: "this-is-not-a-valid-timezone-name" |