I'm using WSL with ubuntu 16.04, and was having network issues today. Here's what date outputs
$ date
Thu Sep 21 13:37:00 DST 2017
What does DST refer to? I know it stands for "Daylight savings time", but that's not a timezone name. I'm suspicious that it's a contrived timezone that changes on the equinox, which would explain my problem today.
I was able to fix my problem by setting my timezone to US/Pacific, which changed the output to PDT:
$ date
Thu Sep 21 13:37:00 PDT 2017
However, I have a second machine with the same problem, and am curious what timezone it thinks its in.
Is there anyway to get the X/Y string (Olson database name) that corresponds to DST out of the system?