How to Install and Uninstall python-egenix-mxdatetime Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "python-egenix-mxdatetime" package

Learn how to install python-egenix-mxdatetime on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-egenix-mxdatetime

2. Uninstall "python-egenix-mxdatetime" package

Learn how to uninstall python-egenix-mxdatetime on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-egenix-mxdatetime $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-egenix-mxdatetime package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-egenix-mxdatetime
Priority: optional
Section: python
Installed-Size: 315
Maintainer: Ubuntu Developers
Original-Maintainer: Joel Rosdahl
Architecture: amd64
Source: egenix-mx-base
Version: 3.2.9-1
Replaces: python2.3-egenix-mxdatetime, python2.4-egenix-mxdatetime
Depends: libc6 (>= 2.4), python (>= 2.7), python (<< 2.8), python-egenix-mxtools
Suggests: python-egenix-mxdatetime-dbg, python-egenix-mxdatetime-doc
Conflicts: python2.3-egenix-mxdatetime, python2.4-egenix-mxdatetime
Filename: pool/main/e/egenix-mx-base/python-egenix-mxdatetime_3.2.9-1_amd64.deb
Size: 68266
MD5sum: e2a079a7373de4993685623fb662375d
SHA1: 508aad9f0425caca4eae681a9f38fcda81138b09
SHA256: 845b1bb4f8c4bbd4ebbeb387aca8b80efb313c2e296add63099732003e9c5975
Description-en: date and time handling routines for Python
mxDateTime is a Python extension package that provides three new
objects, DateTime, DateTimeDelta and RelativeDateTime, which let you
store and handle date/time values in a much more natural way than by
using ticks (seconds since 1970-01-01 00:00:00 UTC), the representation
used by Python's time module).
.
You can add, subtract and even multiply instances, pickle and copy
them and convert the results to strings, COM dates, ticks and some
other more esoteric values. In addition, there are several convenient
constructors and formatters at hand to greatly simplify dealing with
dates and times in real-world applications.
.
In addition to providing an easy-to-use Python interface the package
also exports a comfortable C API interface for other extensions to
build upon. This is especially interesting for database applications
which often have to deal with date/time values (the mxODBC package is
one example of an extension using this interface).
.
mxDateTime can convert between various different date/time storage
formats, including COM dates, TJD, MJD, JDN, tuples and, probably
most important, strings.
.
The date/time parser included in mxDateTime is one of the most
flexible such parser available for Python. It is constantly being
improved to make parsing date/time strings as easy as possible. At
the same time, it offers a fully customizable interface which allows
selecting valid date/time formats from a range of predefined
categories.
.
There are also special parser and formatter modules for ARPA and ISO
date/time formats, which are handy if you work a lot with Internet
standards.
Description-md5: e3102cb577c19b97097313b6b22ad8ea
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y