TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Tom Moran <[log in to unmask]>
Reply To:
Tom Moran <[log in to unmask]>
Date:
Sun, 28 Oct 2001 16:50:47 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (9 lines)
> how daylight savings works in Ada.Calendar
Given ARM 9.6(23) "The time base associated with the type Time of
package Calendar is implementation defined. ..." and (24) "... as
appropriate to an implementation defined timezone;", it seems to me you
can assume nothing about daylight savings and Ada.Calendar.  You'll have
to go to the particular OS or something.  In Claw.Time (MS Windows) we
ask the OS about daylight savings stuff to convert to/from UTC (aka
GMT).  Java presumably does the same.  Similarly for Unixes.

ATOM RSS1 RSS2