Browse thread
[Caml-list] date - waiting for 64-bit (was: Gripes with array)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Samuel Lelievre <samuel.lelievre@f...> |
| Subject: | [Caml-list] date - waiting for 64-bit (was: Gripes with array) |
Ville-Pertti Keinonen wrote:
>...and personally I hope we'll all be migrating to 64-bit
>architectures soon, anyhow.
In the meanwhile, is there a way to work around the following?
------------------------------------------------------------------
> Caml Light version 0.75
##open "unix";;
#time ();;
- : int = -1052752875
#gmtime (time ());;
- : tm =
{tm_sec = 51; tm_min = 38; tm_hour = 8; tm_mday = 22; tm_mon = 7;
tm_year = 36; tm_wday = 6; tm_yday = 234; tm_isdst = false}
#
------------------------------------------------------------------
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners