Stub for PHP TZ characters
This commit is contained in:
parent
642ef7a04c
commit
a5cd0814f1
1 changed files with 10 additions and 1 deletions
|
@ -185,7 +185,16 @@ floor(N) when N < 0 ->
|
|||
Int==N -> Int;
|
||||
true -> Int-1
|
||||
end.
|
||||
|
||||
|
||||
tz_formatting(Date,Format,TZ) ->
|
||||
%% e, I, O, P, and T, Z
|
||||
%% e = "UTC, GMT, Atlantic,/Azores"
|
||||
%% I = Daylight Saving on = 1, off = 0
|
||||
%% O = GMT diff in hours: +0200
|
||||
%% P = GMT diff in hours with color: +02:00
|
||||
%% T = TZ abbreviation: EST, MDT
|
||||
%% Z = TZ offset in seconds: -43200 - 50400
|
||||
not_implemented.
|
||||
|
||||
%% TESTS
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue