[california/wip/timezone] Comment update



commit 40c58d645a712b8e0708e345b5c49cabc0f49c93
Author: Jim Nelson <jim yorba org>
Date:   Thu Mar 6 18:30:23 2014 -0800

    Comment update

 src/calendar/calendar-olson-zone.vala |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/calendar/calendar-olson-zone.vala b/src/calendar/calendar-olson-zone.vala
index 2d21ddb..e97d04d 100644
--- a/src/calendar/calendar-olson-zone.vala
+++ b/src/calendar/calendar-olson-zone.vala
@@ -11,9 +11,9 @@ namespace California.Calendar {
  *
  * An Olson name is in the form of "Area/Location".  This class merely encapsulates this string
  * and gives it some type-ness; actual time zone calculations is left to { link Timezone}.
- * In particular, little to no error-checking is performed by this class.  At the moment, the
- * class looks for perverse input and defaults to UTC.  It also does no processing or consideration
- * for zone aliases ("links"), which is why it does not implement Gee.Hashable or Gee.Comparable.
+ * In particular, little error-checking is performed by this class.  It also does no processing
+ * or consideration for zone aliases ("links"), which is why it does not implement Gee.Hashable or
+ * Gee.Comparable.
  *
  * This class is immutable.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]