is there any extension i can use to convert/display my DateTimeOffset type property to Zulu time in razor (cshtml file)? example:
DateTimeOffset = 1028 -----> Zulu = 1428
none of the ToString extension can convert to zulu. example below
myDate.ToString("t")
i like to know if i have to make a converter, or if there's an easier way to do in razor