cygnusxi / hfm-net

Automatically exported from code.google.com/p/hfm-net
2 stars 0 forks source link

Display Timezone on Generated Web Pages (after time). #206

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What enhancement are you proposing?

- Display Timezone on Generated Web Pages (after time).

What version of the product are you using?

- v0.5.0.180

Original issue reported on code.google.com by harlam357 on 14 May 2010 at 2:10

GoogleCodeExporter commented 8 years ago
To get the time with timezone as a string use DateTime.Now.ToString("T zzz")

(needed in HFM.Instances/MarkupGenerator.cs lines 393 and 502 as far as I could 
tell)

Original comment by xray...@gmail.com on 24 May 2010 at 4:37

GoogleCodeExporter commented 8 years ago

Original comment by harlam357 on 11 Jun 2010 at 4:54

GoogleCodeExporter commented 8 years ago
Only applied this to the "footer" sections of the generated pages.  Other 
date/time are not effected.

Marked Fixed for Revision 187.

Original comment by harlam357 on 11 Jun 2010 at 5:29