View Single Post
  #1 (permalink)  
Old 11-11-2005
callan callan is offline
Registered User
 
Name: Chris Allan
Organization: Glencoe Software Inc.
Project: Data Management Engine
 
Join Date: Nov 2005
Location: Dundee, United Kingdom
Posts: 2
Date and time and Ice

Hiya all.

We're currently in the midst of our Ice implementation which is designed to offer a variety of language bindings (C#, Java, C++ and Python) to client developers.

As Ice is a cross-language technology it has (at least to my knowledge ) no built-in, cross-language way of handling date and time that maps directly to class-library types (System.DateTime or System.TimeSpan in C# for instance), nor do we expect it to. We are quite happy to roll our own solution to the problem, however before we do I was wondering if there is any community accepted paradigm or experience we should know about.

Thanks.

Ciao.
Reply With Quote