On 01/11/2013 11:37 PM, Eric Blake wrote:
On 01/11/2013 12:18 AM, Lei Li wrote:For this version, it's a one-hour offset represented as:±[hh]. Negative values are west, andpositive values are east of UTC.Won't work. There are timezones with a half-hour offset. You need to express offset at least in terms of minutes, not just hours.
Yes, I have thought about this. For the timezones with a half-hour offset, it can just represented as +0.5 for example. -- Lei