rip747 / TimeZone-CFC

A component that will take a timestamp from a timezone and convert it to and from utc. It will also a utc timestamp and convert it to the local time in a timezone. All this while taking Daylight Savings time into account. This is all done using the java.util.TimeZone class.
17 stars 7 forks source link

fixed variable reference #5

Closed abailey closed 14 years ago

abailey commented 14 years ago

as per the issue I had raised, here is the fix for a bug on line 224. thanks!

rip747 commented 14 years ago

thank you very much!!!!