# how-to format nicely long paths in both console and log files
msg="created the following relative package:
"$(stat -c "%y %n" "$product_dir/$zip_file_name")
doLog "INFO $msg"
Back to Basics: JavaScript and Timezones
-
[image: Time Zone Banner]
Classic native Date values in JavaScript are internally represented as UTC
dates. However, when you display values they are by ...
3 weeks ago