The PDT offset can either be -7 or -8 hours depending on daylight saving time changes.
I am unable to just subtract 7 * 60 * 60
from the UTC timestamp, as that seems to be the common suggestion when searching for a solution to this problem.
Is there a straightforward way to display an alert with the current Pacific Daylight Time using Javascript?