How to change Time Zone for BluePrism?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-02-18 10:34 AM
I want to use function Now(). But the result is not right for our Time Zone I think.
So how can I fix that problem?
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-02-18 03:24 PM
It depends what you are talking about. For many data timestamps the Blue Prism product uses UTC time - which is a universal/global standard time used for global products. For some other time logic within your solutions where you need to use local time - that is set based upon the local settings on your computer.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-02-18 03:36 PM
Maybe try adjusting by the time difference between UTC and your time zone, eg Now()+(LocalTime()-UTCTime())
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-02-18 06:49 PM
Thanks for your answers.
