Skip to content

Commit 77ea2e3

Browse files
authored
Added link to timezoneid info page
1 parent 4ce15e5 commit 77ea2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Refer to the .NET style for date formatting.
416416
### ConvertDateTime
417417
Converts a UTC DateTime (which is what you'll usually get from CRM) to a timezoned DateTime.
418418
You can either pass a user reference as userId config property, or a fixed timezone as timeZoneId config property.
419-
The timeZoneId fixed property is one of the default .NET timezone IDs.
419+
The timeZoneId fixed property is one of the default .NET timezone IDs (a list can be found [here](https://lonewolfonline.net/timezone-information/) for example).
420420
An optional format config property can directly be set for defining the format of the timezoned DateTime.
421421

422422
Example by userId:

0 commit comments

Comments
 (0)