Skip to content

Conversation

@juhikumarimodi6
Copy link
Contributor

Add Flow Action to convert DateTime between time zones

Summary

  • Introduces a reusable Flow Action that converts a given DateTime from one time zone to another.
  • Accepts inputs for source DateTime, source time zone, and target time zone.
  • Returns the converted DateTime along with a success flag and descriptive message.

Example Usage

Inputs

  • sourceDateTime: 2025-10-03 16:30:00
  • sourceTimeZone: IST
  • targetTimeZone: CET

Output

  • Converted DateTime: 2025-10-03 13:00:00
  • Success: true
  • Message: DateTime converted successfully

@github-actions
Copy link

github-actions bot commented Oct 3, 2025

Valid PR for ActionPack

Thank you for your contribution. This PR complies with the CONTRIBUTING.md.
A maintainer will review this shortly. In the meantime, Happy Hacking!

@rohi-v rohi-v self-assigned this Oct 3, 2025
Copy link
Contributor

@am-shakeel am-shakeel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@am-shakeel am-shakeel assigned am-shakeel and unassigned ToosinDada Oct 4, 2025
@am-shakeel am-shakeel merged commit b80b7cc into ServiceNowDevProgram:main Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants