Unix Timestamp (Independent Publisher)
Converts Unix timestamps to DateTime objects and DateTime objects to Unix timestamps.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor, Hitachi Solutions |
Website | https://unixtime.co.za/ |
Privacy policy | https://unixtime.co.za/ |
Categories | Data |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Date |
Converts datetime (multiple formats) to Unix timestamp. |
Unix Timestamp to Date |
Converts Unix timestamp to datetime with timezone (yyyy-MM-dd'T'HH:mm:ssXXX). |
Unix Timestamp to UTC Date |
Converts Unix timestamp to UTC datetime (yyyy-MM-dd HH:mm:ss). |
DateTime to Unix Timestamp
Converts datetime (multiple formats) to Unix timestamp.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
DateTime
|
datetime | string |
The datetime. |
Returns
Name | Path | Type | Description |
---|---|---|---|
UnixTimeStamp
|
UnixTimeStamp | string |
The Unix timestamp. |
Unix Timestamp to DateTime with Timezone
Converts Unix timestamp to datetime with timezone (yyyy-MM-dd'T'HH:mm:ssXXX).
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
UnixTimeStamp
|
UnixTimeStamp | string |
The Unix timestamp. |
|
Timezone
|
Timezone | string |
The timezone. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Datetime
|
Datetime | string |
The datetime. |
Unix Timestamp to UTC DateTime
Converts Unix timestamp to UTC datetime (yyyy-MM-dd HH:mm:ss).
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Unix Timestamp
|
unixtimestamp | integer |
The Unix timestamp. |
Returns
Name | Path | Type | Description |
---|---|---|---|
DateTime
|
Datetime | string |
The datetime. |