summaryrefslogtreecommitdiffstats
path: root/tests/optional.test
blob: 0ee1fb279231096e2a5f2857932f3adaea3bc680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# See tests/jq.test and the jq manual for more information.

# strptime() is not available on mingw/WIN32
[strptime("%Y-%m-%dT%H:%M:%SZ")|(.,mktime)]
"2015-03-05T23:51:47Z"
[[2015,2,5,23,51,47,4,63],1425599507]

# %e is not available on mingw/WIN32
strftime("%A, %B %e, %Y")
1435677542.822351
"Tuesday, June 30, 2015"