Hello, I'm testing the integration of the WEB Application on a Raspberry PI with IFTTT. It seems to be working, except for an issue with the timestamp format. I'm using the Makers web API in IFTTT, which requires JSON data in a body of a GET or POST request. I'm passing 2 values in the JSON data: value1 is {{timestamp}} and value 2 is {{message}}. In IFTTT, the message is parsed properly but the timestamp is in unix time format. Here is a sample email I received from IFTTT:
Sender: Maker via IFTTT <action@ifttt.com>
Subject: Alarm occurred
What: The alarm system has been disarmed.
When: 1480639237.715948
I would have expected to see instead:
When: 12/1/2016, 5:40:37 PM GMT-7:00
Any suggestion?