Created
February 19, 2018 17:50
-
-
Save alexfinnarn/2709b39aa612fa71ae64d84886597654 to your computer and use it in GitHub Desktop.
My comments on HelpScout's date format.
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
// The created at date in HelpScout is a variation of the "ISO 8601" format. | |
// Since it isn't exactly the standard, we can't use date('c'). | |
// Instead, we get yesterday in the form of 1-1-2018 and add that to the jacked up format. | |
// Shrug? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment