|
|
2013-11-02
, 14:28
|
|
|
Posts: 87 |
Thanked: 75 times |
Joined on Sep 2012
@ Brescia, Italy
|
#2
|
|
|
2013-11-02
, 14:39
|
|
|
Posts: 4,086 |
Thanked: 8,794 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#3
|
~ $ date +%s
1383402937
~ $ date -d $(date +%s)
Wed Dec 11 05:41:00 CET 2019
~ $ date -D %s -d $(date +%s)
Sat Nov 2 15:58:51 CET 2013
~ $ date -d @$(date +%s)
Sat Nov 2 15:58:51 CET 2013
~ $ date -ud @$(date +%s)
Sat Nov 2 14:59:02 UTC 2013
~ $


|
|
2013-11-02
, 22:28
|
|
Posts: 2,280 |
Thanked: 4,121 times |
Joined on Apr 2010
@ England
|
#4
|
|
|
2013-11-03
, 07:51
|
|
|
Posts: 6,346 |
Thanked: 20,674 times |
Joined on Sep 2012
@ UK
|
#5
|

| The Following 3 Users Say Thank You to pichlo For This Useful Post: | ||
|
|
2013-11-03
, 09:47
|
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#6
|
|
|
2013-11-03
, 12:19
|
|
Posts: 2,280 |
Thanked: 4,121 times |
Joined on Apr 2010
@ England
|
#8
|
I have a small "bugette" to report. In Local time, it says 2013-11-03 07:48:04 BST (British Summer Time) even though it is already winter time.

|
|
2013-11-03
, 13:37
|
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#9
|
You beat me to it
The only other small bug is with 12 hour clock.
The 12 on the hour side is at the top of the list.
Also switching between 12 hour and 24 hour clock doesn't update the time or the time selector until you have used it once.
? You had a case with the worldclock replacement, as it is used more often and the change can be done from within that program.| The Following 3 Users Say Thank You to ade For This Useful Post: | ||
|
|
2013-11-03
, 15:38
|
|
Posts: 2,280 |
Thanked: 4,121 times |
Joined on Apr 2010
@ England
|
#10
|
I don't think so..? I assume you are testing in AM/PM mode in this case. Then that is correct.
That is true, but I did not want to make it too fancy. Besides, what are the odds you are using this app and you suddenly want to switch from 24h to 12h notation?
Features:
epoch-calc can be found in extras-devel.
Native version for SailfishOS can be found here: https://openrepos.net/content/ade/epoch-calc
Last edited by ade; 2015-01-03 at 22:32.