[Bug 266644] Switch for arbitrary timezone in date(1)
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266644] Switch for arbitrary timezone in date(1)"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266644] Switch for arbitrary timezone in date(1)"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266644] Switch for arbitrary timezone in date(1)"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266644] Switch for arbitrary timezone in date(1)"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266644] Switch for arbitrary timezone in date(1)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Sep 2022 04:39:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266644 Bug ID: 266644 Summary: Switch for arbitrary timezone in date(1) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: hasan.diwan+freebsd@gmail.com Patch adds a "-z" parameter to the date command, allowing for timezone to be specified. Sample runs below: % env TZ=Europe/Dublin date # reference Tue Sep 27 05:36:28 IST 2022 % date -z Europe/Dublin Tue Sep 27 05:36:28 IST 2022 -- You are receiving this mail because: You are the assignee for the bug.