diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:18:56 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:18:56 +0000 |
commit | 9ce7d9169a8f510e6f3c7733de211b3b06663d2e (patch) | |
tree | 665770b6437839a3a0f3c0473b130dda5efe0704 /time/py-mxDateTime/DESCR | |
parent | d3db18607dbb7d59aeab9f0f846bad1948e95a7e (diff) | |
download | pkgsrc-9ce7d9169a8f510e6f3c7733de211b3b06663d2e.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'time/py-mxDateTime/DESCR')
-rw-r--r-- | time/py-mxDateTime/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/time/py-mxDateTime/DESCR b/time/py-mxDateTime/DESCR new file mode 100644 index 00000000000..89d7cc7796a --- /dev/null +++ b/time/py-mxDateTime/DESCR @@ -0,0 +1,10 @@ +A C extension package for python that provides new datatypes for +handling dates and times together with a rich set of conversion and +parsing routines. + +These types were created to provide a consistent way of transferring +date and time data between Python and databases. Apart from handling +date before the Unix epoch (1.1.1970) they also correctly work with +dates beyond the Unix time limit (currently with Unix time value being +encoded using 32bit integers, the limit is reached in 2038) and thus +is Year 2000 and Year 2038 safe. |