diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-30 12:58:03 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-30 12:58:03 +0000 |
commit | fae4ea1f68998d3b958b268298dff7972533a8d0 (patch) | |
tree | 7406fce72a4a40d2fcca250dd10f1b294e7d4580 /gcc/ada/s-os_lib.ads | |
parent | 51f09f19e7f24ca08c73ad823d602318f8c1b736 (diff) | |
download | gcc-fae4ea1f68998d3b958b268298dff7972533a8d0.tar.gz |
2014-07-30 Yannick Moy <moy@adacore.com>
* sem_ch6.adb: Add comments.
2014-07-30 Thomas Quinot <quinot@adacore.com>
* s-os_lib.ads (GM_Time_Of): Clarify documentation.
2014-07-30 Robert Dewar <dewar@adacore.com>
* sem_aggr.adb, sem_res.adb: Minor reformatting.
2014-07-30 Thomas Quinot <quinot@adacore.com>
* sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
Bit_Order): Set Reverse_Bit_Order on the base type of the
specified first subtype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213261 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-os_lib.ads')
-rw-r--r-- | gcc/ada/s-os_lib.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-os_lib.ads b/gcc/ada/s-os_lib.ads index a79e0b9c9a4..d50d11f3276 100644 --- a/gcc/ada/s-os_lib.ads +++ b/gcc/ada/s-os_lib.ads @@ -160,8 +160,8 @@ package System.OS_Lib is Minute : Minute_Type; Second : Second_Type) return OS_Time; -- Analogous to the Time_Of routine in Ada.Calendar, takes a set of time - -- component parts and returns an OS_Time. Returns Invalid_Time if the - -- creation fails. + -- component parts to be interpreted in the local time zone, and returns + -- an OS_Time. Returns Invalid_Time if the creation fails. function Current_Time_String return String; -- Returns current local time in the form YYYY-MM-DD HH:MM:SS. The result |