Hello,

The second vizualization should be "%S". it works for me.

Here is a part from strftime manulal. so look for
/usr/lib/e_modules/tclock/tclock.edc and modify the tclock_format part
and the recompile the edje file.


%A
    is replaced by the full weekday name.

%a
    is replaced by the abbreviated weekday name, where the
abbreviation is the first three characters.

%B
    is replaced by the full month name.

%b or %h
is replaced by the abbreviated month name, where the abbreviation is
the first three characters.

%C
    is equivalent to ``%a %b %e %H:%M:%S %Y'' (the format produced by
asctime(3).

%c
    is equivalent to ``%m/%d/%y''.

%D
    is replaced by the date in the format ```mm/dd/yy'''.

%d
    is replaced by the day of the month as a decimal number (01-31).

%e
    is replaced by the day of month as a decimal number (1-31); single
digits are preceded by a blank.

%H
    is replaced by the hour (24-hour clock) as a decimal number (00-23).

%I
    is replaced by the hour (12-hour clock) as a decimal number (01-12).

%j
    is replaced by the day of the year as a decimal number (001-366).

%k
    is replaced by the hour (24-hour clock) as a decimal number (0-23);

single digits are preceded by a blank.

%l
    is replaced by the hour (12-hour clock) as a decimal number
(1-12); single digits are preceded by a blank.

%M
    is replaced by the minute as a decimal number (00-59).

%m
    is replaced by the month as a decimal number (01-12).

%n
    is replaced by a newline.

%p
    is replaced by either ``AM'' or ``PM'' as appropriate.

%R
    is equivalent to ``%H:%M''

%r
    is equivalent to ``%I:%M:%S %p''.

%t
    is replaced by a tab.

%S
    is replaced by the second as a decimal number (00-60).

%s
    is replaced by the number of seconds since the Epoch, UCT (see mktime(3)).

%T or %X
is equivalent to ``%H:%M:%S''.

%U
    is replaced by the week number of the year (Sunday as the first
day of the week) as a decimal number (00-53).

%W
    is replaced by the week number of the year (Monday as the first
day of the week) as a decimal number (00-53).

%w
    is replaced by the weekday (Sunday as the first day of the week)
as a decimal number (0-6).

%x
    is equivalent to ``%m/%d/%y %H:%M:%S''.

%Y
    is replaced by the year with century as a decimal number.

%y
    is replaced by the year without century as a decimal number (00-99).

%Z
    is replaced by the time zone name.

%%
    is replaced by `%'.

On 19/10/05, Ciro Mattia Gonano <[EMAIL PROTECTED]> wrote:
> Il giorno mer, 19/10/2005 alle 02.36 +0300, adi ha scritto:
>
> > i have put here the new source archive. there are not many
> > improvements in functionality ... the package has a README and the
> > .edc file is cleaner.
> > http://www.c7obs.net/~adi/projects/e17/
> >
> real interesting, IMHO it should go with other "official" e modules
> (aside clock, not in the separate e_modules package), it's nice and
> useful.
> Wishlist:
> - is it possible to add also seconds visualization?
> - now I get "mer 19,ott 15:10"; localization is done correctly, but I'd
> prefer something like "Mer, 19 ott 15:10"...
> - it could be nice to have tclock format configurable, something that
> can include most of date-command prebuilt formats, so one could have
>         "Wednesday, 19 October 2005, 15:10:34"
> and another could have
>         "2005-10-19 15:10"
> It could save desktop space and model on user's needs...


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to