Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 2371c81

Browse files
committed
Work day is 8h!
1 parent 9f35716 commit 2371c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
latest
2-
0.5.4
2+
0.5.5
33
0.5
44
0

php/core/ttt/TTTTime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TTTTime {
1919
't' => 30*24*60*60, // month (one of twelve)
2020
'w' => 7*24*60*60, // week
2121
'd' => 24*60*60, // day
22-
'a' => 6*60*60, // work-day (8 hours)
22+
'a' => 8*60*60, // work-day (8 hours)
2323
'h' => 60*60, // hour
2424
'm' => 60, // minute
2525
's' => 1 // second

0 commit comments

Comments
 (0)