• Adam Langley's avatar
    Change description of time.Time.ZoneOffset to specify east is +ve. · 9d9a421e
    Adam Langley authored
    Currently, the description says that +ve numbers are westwards of UTC.
    Typically, timezones are specified with +ve numbers running east of Greenwich.
    For example, San Francisco is specified as UTC-8. Also, when calling
    time.Localtime(), the following is returned on my box in PDT:
    
    {Year:2009 Month:10 Day:5 Hour:18 Minute:55 Second:6 Weekday:1 ZoneOffset:-25200
    Zone:PDT}
    
    Note that the ZoneOffset is negative. This leads me to suspect that the
    description is mistaken.
    
    R=rsc
    APPROVED=rsc
    DELTA=1  (0 added, 0 deleted, 1 changed)
    OCL=35356
    CL=35377
    9d9a421e
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libcgo Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.cmd Loading commit data...
Make.conf Loading commit data...
Make.pkg Loading commit data...
all-arm.bash Loading commit data...
all-nacl.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make-arm.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...