# Desc: Baltakatei's verbose date command
# Usage: bkdatev [args]
# Example: bkdatev --date="2001-09-11T09:02:59-04"
-# Version: 0.2.1
+# Version: 0.2.2
# Ref/Attrib: [1] "ISO 8601". Wikipedia. https://en.wikipedia.org/wiki/ISO_8601
# [2] "Changing the Locale in Wine" https://stackoverflow.com/a/16428951
# [3] "Shanghai vs Beijing" https://bugs.launchpad.net/ubuntu/+source/libgweather/+bug/228554
}; # print line of dates
main() {
n_ln=0; # for line_sep()
+ unset LC_TIME; # Fall back to time zone-specific locale settings.
# format strings
fs_iso8601="+%Y-%m-%dT%H:%M:%S%:::z"; # typical ISO-8601