The Push notification API takes a “string” to enable a scheduled delivery of push notification. This sting used to work with a Unix Timestamp. It appears that no longer works?
If I send : 1477672407
I get:
“details”: [{“error_type”: “invalid”, “errors”: [“Not a valid datetime.”], “parameter”: “scheduled”}
What format are you expecting?