An error occurred fetching the project authors.
  1. 01 Nov, 2019 1 commit
  2. 15 Oct, 2019 1 commit
  3. 02 Dec, 2018 1 commit
  4. 03 Oct, 2018 1 commit
    • Florian Uekermann's avatar
      time: return first error in unsuccessful calls to LoadLocation · 048de7b1
      Florian Uekermann authored
      Unsuccessful calls to LoadLocation previously returned the first
      error encountered while traversing the default list of sources, but
      ignored errors from sources specified by ZONEINFO. Whether errors
      indicating missing zones or sources were ignored in this process
      differed between kinds of sources.
      With this change, unsuccessful calls to LoadLocation always return
      the first error, not counting errors indicating missing zones or
      sources.
      
      Change-Id: Ief2c088f1df53d974b837e6565e784c2b9928ef4
      Reviewed-on: https://go-review.googlesource.com/c/81595
      Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
      048de7b1
  5. 24 Mar, 2018 1 commit
  6. 13 Feb, 2018 1 commit
  7. 21 Nov, 2017 1 commit
  8. 16 Nov, 2017 1 commit
  9. 03 Oct, 2017 1 commit
    • Florian Uekermann's avatar
      time: enable ZONEINFO tzdata file support and error reporting · 630d176e
      Florian Uekermann authored
      Loading location data from tzdata files was only supported
      from default paths on android. This change enables support on
      all OS via the ZONEINFO environment variable and reduces the
      amount of android specific code significantly.
      Furthermore, unsuccessful calls to LoadLocation now return the
      first error encountered, including errors from attempting to
      load a location from the source specified by ZONEINFO.
      Errors indicating that the source or location was not found are
      ignored until all possible sources have been traversed.
      
      Change-Id: I45bc23b92253c9447f12f95f3ca29a7e613ed995
      Reviewed-on: https://go-review.googlesource.com/67170Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      630d176e
  10. 27 Sep, 2017 1 commit
  11. 14 Aug, 2017 1 commit
  12. 15 Jul, 2017 1 commit
  13. 08 Feb, 2017 1 commit
  14. 01 Feb, 2017 1 commit
  15. 28 Aug, 2016 1 commit
  16. 26 Jan, 2016 1 commit
  17. 08 Sep, 2014 1 commit
  18. 01 Feb, 2014 1 commit
  19. 31 Jan, 2014 1 commit
  20. 03 Aug, 2013 1 commit
  21. 04 Feb, 2013 1 commit
    • Russ Cox's avatar
      time: deal a bit better with time zones in Parse · 1d9f67da
      Russ Cox authored
      * Document Parse's zone interpretation.
      * Add ParseInLocation (API change).
      * Recognize "wrong" time zone names, like daylight savings time in winter.
      * Disambiguate time zone names using offset (like winter EST vs summer EST in Sydney).
      
      The final two are backwards-incompatible changes, but I believe
      they are both buggy behavior in the Go 1.0 versions; the old results
      were more wrong than the new ones.
      
      Fixes #3604.
      Fixes #3653.
      Fixes #4001.
      
      R=adg
      CC=golang-dev
      https://golang.org/cl/7288052
      1d9f67da
  22. 03 Jun, 2012 1 commit
  23. 19 Feb, 2012 2 commits
  24. 30 Nov, 2011 1 commit
  25. 25 Aug, 2010 1 commit
  26. 17 Aug, 2010 1 commit
  27. 05 Aug, 2010 1 commit
  28. 04 Feb, 2010 1 commit
  29. 15 Dec, 2009 1 commit
    • Robert Griesemer's avatar
      1) Change default gofmt default settings for · 45ca9f7a
      Robert Griesemer authored
         parsing and printing to new syntax.
      
         Use -oldparser to parse the old syntax,
         use -oldprinter to print the old syntax.
      
      2) Change default gofmt formatting settings
         to use tabs for indentation only and to use
         spaces for alignment. This will make the code
         alignment insensitive to an editor's tabwidth.
      
         Use -spaces=false to use tabs for alignment.
      
      3) Manually changed src/exp/parser/parser_test.go
         so that it doesn't try to parse the parser's
         source files using the old syntax (they have
         new syntax now).
      
      4) gofmt -w src misc test/bench
      
      5th and last set of files.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/180050
      45ca9f7a
  30. 03 Dec, 2009 1 commit
  31. 20 Nov, 2009 1 commit
  32. 10 Nov, 2009 1 commit
  33. 09 Nov, 2009 1 commit
  34. 28 Oct, 2009 1 commit
  35. 08 Oct, 2009 1 commit
  36. 07 Oct, 2009 1 commit
  37. 15 Sep, 2009 2 commits
  38. 27 Jun, 2009 1 commit