On Friday, December 16, 2011 16:16:53 Adam D. Ruppe wrote:
> What I have in mind is if the timezone was something along
> the lines of a singleton property, so it still works
> the same way, except it is lazy loaded on first use.
> 
> (if this is indeed the right static constructor!)

That would break purity, so no that doesn't work. The singletons are pure.

- Jonathan M Davis

Reply via email to