You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@ Refer to the .NET style for date formatting.
416
416
### ConvertDateTime
417
417
Converts a UTC DateTime (which is what you'll usually get from CRM) to a timezoned DateTime.
418
418
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).
420
420
An optional format config property can directly be set for defining the format of the timezoned DateTime.
0 commit comments