Ticket #1767: Custom/locale-based date format
commit7c3196b60e5ffbdf6d7e9f1ab97854412870619f
authorMartin Petricek <tux@centrum.cz>
Wed, 25 Nov 2009 11:04:51 +0000 (25 13:04 +0200)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 15 Feb 2010 10:31:47 +0000 (15 12:31 +0200)
treeacdea61bca8928b5195edc7b71bca7ee9747d785
parent26d2ae54316b03a48fdaf27578b3ab72cafe7c4e
Ticket #1767: Custom/locale-based date format

Fixed showing of datetime format in various locales (such as Polish locale)

Added new options in config file:

[Misc]
    ...
    timeformat_recent=%d.%m.%y %H:%M
    timeformat_old=%d.%m.%y %H:%M
    ...

where
    timeformat_recent - for files with mtime between now
                         and "6 moths old" (like "Nov 2 00:56")
    timeformat_old    - for other files (like "Jun 23 2007")

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
doc/man/mc.1.in
lib/util.c
lib/util.h
src/setup.c