Lines Matching defs:file_seconds
41 using file_seconds = file_time<std::chrono::seconds>;
59 check(SV("1425-08-04 22:06:56"), SV("{}"), file_seconds(-17'179'869'184s)); // Minimum value for 35 bits.
60 check(SV("1901-12-13 20:45:52"), SV("{}"), file_seconds(-2'147'483'648s));
62 check(SV("1969-12-31 00:00:00"), SV("{}"), file_seconds(-24h));
63 check(SV("1969-12-31 06:00:00"), SV("{}"), file_seconds(-18h));
64 check(SV("1969-12-31 12:00:00"), SV("{}"), file_seconds(-12h));
65 check(SV("1969-12-31 18:00:00"), SV("{}"), file_seconds(-6h));
66 check(SV("1969-12-31 23:59:59"), SV("{}"), file_seconds(-1s));
68 check(SV("1970-01-01 00:00:00"), SV("{}"), file_seconds(0s));
69 check(SV("2000-01-01 00:00:00"), SV("{}"), file_seconds(946'684'800s));
70 check(SV("2000-01-01 01:02:03"), SV("{}"), file_seconds(946'688'523s));
72 check(SV("2038-01-19 03:14:07"), SV("{}"), file_seconds(2'147'483'647s));
73 check(SV("2514-05-30 01:53:03"), SV("{}"), file_seconds(17'179'869'183s)); // Maximum value for 35 bits.
95 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
99 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
104 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
108 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
116 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
121 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
127 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
132 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
151 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
155 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
161 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
165 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
170 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
177 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
182 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
187 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
192 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
197 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
202 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
207 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
212 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
217 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
222 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
240 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
244 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
248 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
252 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
259 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
264 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
269 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
274 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
296 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
300 file_seconds(4'294'967'295s)); // 06:28:15 UTC on Sunday, 7 February 2106
306 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
310 file_seconds(4'294'967'295s)); // 06:28:15 UTC on Sunday, 7 February 2106
314 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
318 file_seconds(4'294'967'295s)); // 06:28:15 UTC on Sunday, 7 February 2106
327 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
332 file_seconds(4'294'967'295s)); // 06:28:15 UTC on Sunday, 7 February 2106
337 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
342 file_seconds(4'294'967'295s)); // 06:28:15 UTC on Sunday, 7 February 2106
359 check(SV("%j='001'\n"), fmt, file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
360 check(SV("%j='138'\n"), fmt, file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
363 check(SV("%j='001'\n"), lfmt, file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
364 check(SV("%j='138'\n"), lfmt, file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
367 check(loc, SV("%j='001'\n"), lfmt, file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
369 check(loc, SV("%j='138'\n"), lfmt, file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
386 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
390 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
394 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
398 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
405 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
410 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
415 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
420 file_seconds(2'000'000'000s)); // 03:33:20 UTC on Wednesday, 18 May 2033
437 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
441 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
445 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
449 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
456 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
461 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
466 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
471 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
490 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
494 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
500 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
504 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
508 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
512 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
520 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
525 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
530 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
535 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
600 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
649 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
777 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
816 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
820 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
841 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
861 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
868 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
872 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
877 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
881 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
895 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
900 file_seconds(1'234'567'890s)); // 23:31:30 UTC on Friday, 13 February 2009
919 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
924 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
930 file_seconds(0s)); // 00:00:00 UTC Thursday, 1 January 1970
963 file_seconds(0s));
965 check_exception("The format specifier expects a '%' or a '}'", SV("{:A"), file_seconds(0s));
966 check_exception("The chrono specifiers contain a '{'", SV("{:%%{"), file_seconds(0s));
967 check_exception("End of input while parsing a conversion specifier", SV("{:%"), file_seconds(0s));
968 check_exception("End of input while parsing the modifier E", SV("{:%E"), file_seconds(0s));
969 check_exception("End of input while parsing the modifier O", SV("{:%O"), file_seconds(0s));
972 check_exception("The format specifier expects a '%' or a '}'", SV("{:.3}"), file_seconds(0s));