We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a24b6 commit b45b0aeCopy full SHA for b45b0ae
documentation/snippets/temporal.md
@@ -1,10 +1,10 @@
1
> ```javascript
2
> var withSecret = false;
3
>
4
+> // Example with IP address, timezone and localdata time
5
> var response = Breinify.temporalData({
6
> 'ipAddress': '74.115.209.58',
7
> 'localDateTime': 'Wed Oct 26 2016 13:02:06 GMT-0700 (EDT)',
8
> 'timezone': 'America/New_York'
9
> }, withSecret);
->
10
> ```
0 commit comments