Skip to content

Commit 4f83044

Browse files
committed
Update link
1 parent 6f1253d commit 4f83044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/runtime/date-and-time-handling

content/en/docs/refguide/runtime/date-and-time-handling/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ There are several options for a multiple time zone app:
5252
{{% alert color="info" %}}The time zone will only come into effect after the end-user has signed out and back in.{{% /alert %}}
5353

5454
* The administrator sets the time zone ־ Add the time zone reference selector to the page with which the administrator manages accounts. By default, this is `Account_NewEdit` in the `Administration` module. If the application does not have too many end-users this is a viable solution.
55-
* Automatically set the time zone by using a microflow ־ If your application is used in several time zones and you can automatically determine which end-users are in which time zone, you can write an [after startup](/refguide/app-settings/#after-startup) microflow to set the time zones. For example, if the application is used in the United States and in the Netherlands and all end-users in the United States have their language set to American English and all end-users in the Netherlands have their language set to Dutch a microflow can loop through all end-users and set the time zone based on the language code of the end-user.
55+
* Automatically set the time zone by using a microflow ־ If your application is used in several time zones and you can automatically determine which end-users are in which time zone, you can write an [after startup](/refguide/runtime-tab/#after-startup) microflow to set the time zones. For example, if the application is used in the United States and in the Netherlands and all end-users in the United States have their language set to American English and all end-users in the Netherlands have their language set to Dutch a microflow can loop through all end-users and set the time zone based on the language code of the end-user.
5656

5757
{{% alert color="warning" %}}
5858
Do NOT use the default time zone setting in Studio Pro for multiple time zone apps because that will set the default time zone for all end-users!

0 commit comments

Comments
 (0)