Stub for PHP TZ characters
This commit is contained in:
parent
642ef7a04c
commit
a5cd0814f1
1 changed files with 10 additions and 1 deletions
|
@ -186,6 +186,15 @@ floor(N) when N < 0 ->
|
||||||
true -> Int-1
|
true -> Int-1
|
||||||
end.
|
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
|
%% TESTS
|
||||||
-include_lib("eunit/include/eunit.hrl").
|
-include_lib("eunit/include/eunit.hrl").
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue