CTABLES split file
[pspp] / src / data / format.def
index 38bc73e25846dd6299a4b4abdcca475ba0cc0537..8b58fc283e6a68afdefcae53de9e28d1f979f416 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1997-9, 2000, 2006, 2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ FMT (CCE,      number, -1,  2, 37, FMT_CAT_CUSTOM)
 
 /* Legacy numeric formats. */
 FMT (N,        N,       1,  1, 16, FMT_CAT_LEGACY)
-FMT (Z,        Z,       1,  1, 16, FMT_CAT_LEGACY)
+FMT (Z,        Z,       1,  1, 15, FMT_CAT_LEGACY)
 
 /* Binary and hexadecimal formats. */
 FMT (P,        P,       1,  1,  8, FMT_CAT_BINARY)
@@ -52,6 +52,8 @@ FMT (QYR,      date,  4,  6, 29, FMT_CAT_DATE)
 FMT (MOYR,     date,   6,  6, 28, FMT_CAT_DATE)
 FMT (WKYR,     date,   6,  8, 30, FMT_CAT_DATE)
 FMT (DATETIME, date,   17, 17, 22, FMT_CAT_DATE)
+FMT (YMDHMS,   date,   12, 16, 41, FMT_CAT_DATE)
+FMT (MTIME,    date,    4,  5, 40, FMT_CAT_TIME)
 FMT (TIME,     date,   5,  5, 21, FMT_CAT_TIME)
 FMT (DTIME,    date,   8,  8, 25, FMT_CAT_TIME)