Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Unix Timestamp (Independent Publisher)

👁 Image

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
Copilot Studio 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)
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   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)
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)
Contact
Name Troy Taylor
URL https://www.hitachisolutions.com
Email 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

DateTime to Unix Timestamp

Converts datetime (multiple formats) to Unix timestamp.

Unix Timestamp to DateTime with Timezone

Converts Unix timestamp to datetime with timezone (yyyy-MM-dd'T'HH:mm:ssXXX).

Unix Timestamp to UTC DateTime

Converts Unix timestamp to UTC datetime (yyyy-MM-dd HH:mm:ss).

DateTime to Unix Timestamp

Operation ID:
DateTime2UnixTimestamp

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

Operation ID:
Unix2DateTimeTimezone

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

Operation ID:
Unix2UTCDateTime

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.