Searched refs:toSimpleString (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | date.d | 3030 string toSimpleString() const @safe pure nothrow in toSimpleString() function 3036 toSimpleString(w); in toSimpleString() 3043 void toSimpleString(W)(ref W writer) const 3047 _date.toSimpleString(writer); 3059 assert(DateTime(Date(2010, 7, 4), TimeOfDay(7, 6, 12)).toSimpleString() == 3062 assert(DateTime(Date(1998, 12, 25), TimeOfDay(2, 15, 0)).toSimpleString() == 3065 assert(DateTime(Date(0, 1, 5), TimeOfDay(23, 9, 59)).toSimpleString() == 3068 assert(DateTime(Date(-4, 1, 5), TimeOfDay(0, 0, 2)).toSimpleString() == 3075 … assert(DateTime(Date(9, 12, 4), TimeOfDay(0, 0, 0)).toSimpleString() == "0009-Dec-04 00:00:00"); 3076 … assert(DateTime(Date(99, 12, 4), TimeOfDay(5, 6, 12)).toSimpleString() == "0099-Dec-04 05:06:12"); [all …]
|
H A D | systime.d | 8542 string toSimpleString() @safe const nothrow scope 8548 toSimpleString(app); 8555 void toSimpleString(W)(ref W writer) const scope 8578 dateTime.toSimpleString(writer); 8585 dateTime.toSimpleString(writer); 8593 dateTime.toSimpleString(writer); 8604 assert(SysTime(DateTime(2010, 7, 4, 7, 6, 12)).toSimpleString() == 8607 assert(SysTime(DateTime(1998, 12, 25, 2, 15, 0), msecs(24)).toSimpleString() == 8610 assert(SysTime(DateTime(0, 1, 5, 23, 9, 59)).toSimpleString() == 8613 assert(SysTime(DateTime(-4, 1, 5, 0, 0, 2), hnsecs(520_920)).toSimpleString() == [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
H A D | date.d | 2918 string toSimpleString() const @safe pure nothrow in toSimpleString() function 2924 _date.toSimpleString(), in toSimpleString() 2939 assert(DateTime(Date(2010, 7, 4), TimeOfDay(7, 6, 12)).toSimpleString() == 2942 assert(DateTime(Date(1998, 12, 25), TimeOfDay(2, 15, 0)).toSimpleString() == 2945 assert(DateTime(Date(0, 1, 5), TimeOfDay(23, 9, 59)).toSimpleString() == 2948 assert(DateTime(Date(-4, 1, 5), TimeOfDay(0, 0, 2)).toSimpleString() == 2955 … assert(DateTime(Date(9, 12, 4), TimeOfDay(0, 0, 0)).toSimpleString() == "0009-Dec-04 00:00:00"); 2956 … assert(DateTime(Date(99, 12, 4), TimeOfDay(5, 6, 12)).toSimpleString() == "0099-Dec-04 05:06:12"); 2957 …assert(DateTime(Date(999, 12, 4), TimeOfDay(13, 44, 59)).toSimpleString() == "0999-Dec-04 13:44:59… 2958 …assert(DateTime(Date(9999, 7, 4), TimeOfDay(23, 59, 59)).toSimpleString() == "9999-Jul-04 23:59:59… [all …]
|