I’ve setup a stripe API call for subscriptions and have been able to pull what I need. As was expected, dates were posted as Unix timestamps and labeld as a “number” when I initialized my call.
I changed the label to be “date” instead so I can manipulate it.
The only problem is that it is now returning a date of 1/18/1970 8:05pm
I thought I must have done something wrong so I “extracted” the date back to Unix and it’s the correct date of Sept. 30.
Anyone experience this problem? It seems beyond logic to me. Is it a bug?