Unix Timestamp or epoch time in connector
Hi,
I am trying to build a new connector where I need to add the unix_timestamp into the header.
How do I get the epoch/unix timestamp?
This is A string that contains the a long value that represents the current time in milliseconds since midnight, January 1, 1970 UTC.
Thanks
0
Best Answer
-
Assuming you're doing this in JavaScript you can utilize the getTime function:
var ts = Math.round((new Date()).getTime() / 1000);
The above example uses the current timestamp but you can swap out the new Date() call with a different date if necessary.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1
Answers
-
Assuming you're doing this in JavaScript you can utilize the getTime function:
var ts = Math.round((new Date()).getTime() / 1000);
The above example uses the current timestamp but you can swap out the new Date() call with a different date if necessary.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1
Categories
- 10.5K All Categories
- 6 Connect
- 916 Connectors
- 250 Workbench
- 463 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 476 Datasets
- 189 Visualize
- 252 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 246 Distribute
- 62 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 172 Product Ideas
- 1.2K Ideas Exchange
- 11 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive