| // Copyright (c) 2014, the timezone project authors. Please see the AUTHORS | |
| // file for details. All rights reserved. Use of this source code is governed | |
| // by a BSD-style license that can be found in the LICENSE file. | |
| /// Library to work with [tzdata](http://en.wikipedia.org/wiki/Tz_database) | |
| /// | |
| /// - Zic compiled zone files | |
| /// - zone.tab | |
| /// | |
| /// TODO: move to separate package | |
| library; | |
| export 'src/tzdata/zicfile.dart'; | |
| export 'src/tzdata/zone_tab.dart'; |