Skip to content

Commit

Permalink
reset to local (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sowu880 committed Mar 29, 2022
1 parent 185bb85 commit 8690a9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static string AddHyphensDate(string input, string timeZoneHandling = "pre
return dateTimeObject.ToFhirString(outputTimeZoneHandling);
}

public static string FormatAsDateTime(string input, string timeZoneHandling = "preserve")
public static string FormatAsDateTime(string input, string timeZoneHandling = "local")
{
if (string.IsNullOrEmpty(input))
{
Expand Down

0 comments on commit 8690a9d

Please sign in to comment.