| # See tests/jq.test and the jq manual for more information. | |
| # Regression test for #3276 (fails on mingw/WIN32) | |
| fromdate | |
| "2038-01-19T03:14:08Z" | |
| 2147483648 | |
| # %e is not available on mingw/WIN32 | |
| strftime("%A, %B %e, %Y") | |
| 1435677542.822351 | |
| "Tuesday, June 30, 2015" | |