I've got a collection of items that's bound to a DataGrid
. There is no easy access to the collection itself hence this has to be done manually.
One of the members I'm displaying on the DataGrid is a DateTime
. The DateTime
is in UTC though, and needs to be displayed in user's local time.
Is there a construct in XAML which will let one convert the bound DateTime
object from UTC to Local time?