1

ALL I am confused about the date field returned by microsoft academic rest api:

JSON Example:

{
"AbstractSubmissionDate" : "/Date(-62135568000000-0800)/"
}

I don't think this is a standard GMT format, could someone please provide some guidance about how to format this timestamp in PHP or JS , it will be appreciated.Thanks!

ajreal
  • 46,720
  • 11
  • 89
  • 119
ygnhzeus
  • 367
  • 1
  • 2
  • 14

1 Answers1

0

The format is milliseconds since the epoch, and then the GMT offset.

blockhead
  • 9,655
  • 3
  • 43
  • 69