Unexport fix_year_month. Was for testing only.

This commit is contained in:
Jesse Gumm 2018-01-06 12:05:08 -06:00
parent 99e55979dc
commit dd38e5cf98

View file

@ -131,10 +131,6 @@
parse/1 parse/1
]). ]).
-export([
fix_year_month/1
]).
%% This the value in gregorian seconds for jan 1st 1970, 12am %% This the value in gregorian seconds for jan 1st 1970, 12am
%% It's used to convert to and from unixtime, since unixtime starts %% It's used to convert to and from unixtime, since unixtime starts
%% 1970-01-01 12:00am %% 1970-01-01 12:00am