Closed mlucool closed 6 years ago
Some time zones are non integer. For example, India is +5:30 while Nepal is +5:45. The allows for timezones to be set at 5.5 and Nepal as 5.75. Although not a clean at 5:30 (the official way to write it), it seems sufficient.
It was already functional from the GUI: self.utcOffset=float(self.utcEntry.GetValue()) but completely forgot from the command line, thanks!
Some time zones are non integer. For example, India is +5:30 while Nepal is +5:45. The allows for timezones to be set at 5.5 and Nepal as 5.75. Although not a clean at 5:30 (the official way to write it), it seems sufficient.