Last active
November 2, 2018 23:14
-
-
Save galindro/8786d4b4380b9603d9e9a7933487068c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
D='2018-08-31 00:00:00' | |
date -d "$D" +%s%N | cut -b1-13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment