From: Steven Baltakatei Sandoval Date: Thu, 25 May 2023 00:37:38 +0000 (+0000) Subject: fix(user/bkdatev):Pass date arguments to get_tz_offset() X-Git-Tag: 0.8.2^2~3 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/047dfcb951ee5cf437e58aec7043ad7cf9f2086e?ds=inline;hp=047dfcb951ee5cf437e58aec7043ad7cf9f2086e fix(user/bkdatev):Pass date arguments to get_tz_offset() - Note: If arguments to `bkdatev` are not passed to the `date` call in the `get_tz_offset()` function, the time zone offset displayed will be that of the user's current time, not the historical time they might specify via an option like `--date="1941-12-07T07:48-10:30"`; in this particular example, the reported time for Hawaii would be `1941-12-07T07:48-10` if the command were run in the year 2023 when Hawaii's time zone offset is `UTC-10` instead of `UT/GMT-10:30` as it was in the year 1941. ---