Hi,
I have a requirement to add an another DateHeader with other timezone.
I hae added the Dateheaders as :
<DateHeader unit="primaryHeader" className={classes.dateHeader} />
<DateHeader />
<DateHeader className={classes.secondDateHeader} />
Here, how can i change the timezone of third DateHeader component ?