This function here
|
def _convert_timestamp(timestamp, precision=DEFAULT_WRITE_PRECISION): |
assumes a passed datetime object to be in UTC format if no timezone is specified. I find this to be highly misleading. From the moment on I set the local timezone when I install an OS I want my system to accept local timezone data from me if I don't specify otherwise.