Convert DateTime field token to local time zone in email rule
问题 Within Orchard I have a custom content type that includes a DateTime field. I've created a rule to send an email when a new content item is submitted. I'm able to include the value of the DateTime field in the email using the following token: {Content.Fields.MyContentType.MyDateTimeField} The problem I'm running into is that the date/time value that replaces the token is in UTC and I need it to be in the timezone configured for my Orchard instance. I see there's a token for the current date