On Saturday, August 29, 2015 05:25:33 rumbu via Digitalmars-d-learn wrote:
> On Friday, 28 August 2015 at 23:03:16 UTC, Jonathan M Davis wrote:
>
> >
> > I _really_ wish that Microsoft would just use the TZ database
> > like everyone else...
> >
> > - Jonathan M Davis
>
> Starting with Windows 8.1,
On Friday, 28 August 2015 at 23:03:16 UTC, Jonathan M Davis wrote:
I _really_ wish that Microsoft would just use the TZ database
like everyone else...
- Jonathan M Davis
Starting with Windows 8.1, it does, but only in Windows Runtime
(so called modern/store apps).
On Friday, August 28, 2015 18:04:16 Adam D. Ruppe via Digitalmars-d-learn wrote:
> On Friday, 28 August 2015 at 17:59:06 UTC, WhatMeWorry wrote:
> > Stupid question. If it always returns an empty string, why is
> > it even there?
>
> It can return meaningful information in other subclasses; it is a
On Friday, 28 August 2015 at 17:59:06 UTC, WhatMeWorry wrote:
Stupid question. If it always returns an empty string, why is
it even there?
It can return meaningful information in other subclasses; it is a
method from the interface and is just blank in the LocalTime
class.
If you construct o
On Friday, 28 August 2015 at 14:18:24 UTC, Adam D. Ruppe wrote:
On Friday, 28 August 2015 at 14:07:37 UTC, wobbles wrote:
However, it just returns an empty string.
from the doc:
Note that this always returns the empty string. This is because
time zones cannot be uniquely identified by the at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation ?
On Friday, 28 August 2015 at 14:07:37 UTC, wobbles wrote:
However, it just returns an empty string.
from the doc:
Note that this always returns the empty string. This is because
time zones cannot be uniquely identified by the attributes given
by the OS (such as the stdName and dstName), and