September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
4
Task/Date-manipulation/Jq/date-manipulation-1.jq
Normal file
4
Task/Date-manipulation/Jq/date-manipulation-1.jq
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
"March 7 2009 7:30pm EST"
|
||||
| strptime("%B %d %Y %I:%M%p %Z")
|
||||
| .[3] += 12
|
||||
| mktime | strftime("%B %d %Y %I:%M%p %Z")
|
||||
1
Task/Date-manipulation/Jq/date-manipulation-2.jq
Normal file
1
Task/Date-manipulation/Jq/date-manipulation-2.jq
Normal file
|
|
@ -0,0 +1 @@
|
|||
"March 08 2009 07:30AM EST"
|
||||
Loading…
Add table
Add a link
Reference in a new issue