metobs_toolkit.Dataset.update_timezone#

Dataset.update_timezone(timezonestr)[source]#

Change the timezone of the input data.

By default UTC is assumed. A valid timezonestring is an element of the pytz.all_timezones.

Parameters:

timezonestr (string) – Timezone string of the input observations. Element of pytz.all_timezones.

Return type:

None.