The 'option time-offset' command for the IPv4 DHCP server indicates that it accepts a 'signed integer representing the number of seconds offset from UTC'. I'm in America/New_York, so this value is "-18600".
However, 'option time-offset -18600' generates an error saying the input is invalid. 'option time-offset 18600' is accepted, though, so the command works for positive offsets.
What is the proper way to express a negative offset?