-
Notifications
You must be signed in to change notification settings - Fork 67
Settings time en
Allows to adjust imageboard time to your local time zone. These settings are located in the Posts
tab.
Enables/disables time correction. Changes are applied after page refresh.
Contains a difference in hours between time of posts on an imageboard and your local time. Examples:
-
+2
— adds two hours to time of posts. -
-1
— subtracts one hour from time of posts.
Contains an expression to detect a time pattern on an imageboard. Elements of a pattern:
-
s
— second (one digit); -
i
— minute (one digit); -
h
— hour (one digit); -
d
— day (one digit); -
w
— day of week (string); -
n
— month (one digit); -
m
— month (string); -
y
— year (one digit); -
-
— any symbol; -
+
— any symbol except digits; -
?
— previous char may be absent.
Find pattern examples:
-
If posts have date and time in
Fri 31 May 2013 11:22:26
format, then the corresponding expression will bew+dd+m+yyyy+hh+ii+ss
to matchday of week
space
2 digits for date
space
month name
space
4 digits for year
space
2 digits for hours
colon
2 digits for minutes
colon
2 digits for seconds
pattern. -
05/31/13(Fri)03:41:35
corresponds tonn+dd+yy+w+hh+ii+ss
. If seconds are omitted on some, but not all, boards, then the expression must benn+dd+yy+w+hh+ii+?s?s?
. -
2013-05-31 06:15:27
corresponds toyyyy+nn+dd+hh+ii+ss
. If some boards also have microseconds value (which is not needed), e.g.2013-05-31 06:15:27.295345
, the expression must be adjusted as follows:yyyy+nn+dd+hh+ii+ss+?-?-?-?-?-?-?
.
Examples for some imageboards:
-
0chan.hk
—w+yyyy+m+dd+hh+ii+ss
-
iichan.hk
,2ch.hk
—w+dd+m+yyyy+hh+ii+ss
-
dobrochan.ru
—dd+m+?+?+?+?+?+yyyy++w++hh+ii-?s?s?
-
410chan.org
—dd+nn+yyyy++w++hh+ii+ss
-
4chan.org
—nn+dd+yy+w+hh+ii-?s?s?
-
4chon.net
—nn+dd+yy++w++hh+ii+ss
-
krautchan.net
—yyyy+nn+dd+hh+ii+ss+--?-?-?-?-?
This field is optional. It defines your preferred format for displaying date and time. May contain any symbols and pattern's elements, which will be replaced by corresponding values:
-
_s
— seconds; -
_i
— minutes; -
_h
— hour; -
_d
— day; -
_w
— day of week; -
_n
— month (number); -
_m
— month (abbreviated string); -
_M
— month (full string); -
_y
— year (2 digits); -
_Y
— year (4 digits); -
_o
— time difference.
Replace pattern examples:
-
_w _d _M _Y _h:_i:_s
will display date and time asMon 08 July 2013 09:52:50
-
_Y-_n-_d _h:_i:_s
will display date and time as2013-07-08 09:52:50
-
_n/_d/_y(_w)_h:_i:_s
will display date and time as07/08/13(Mon)09:52:50
Examples of date and time display for some imageboards:
-
0chan.hk
—_w _Y _m _d _h:_i:_s
-
2ch.hk
—_w _d _m _Y _h:_i:_s
-
iichan.hk
—_w _d _M _Y _h:_i:_s
-
dobrochan.ru
—_d _M _Y (_w) _h:_i:_s
-
410chan.org
—_d._n._Y (_w) _h:_i:_s
-
4chan.org
—_n/_d/_y(_w)_h:_i:_s
-
4chon.net
—_n/_d/_y (_w) _h:_i:_s
-
krautchan.net
—_Y-_n-_d _h:_i:_s