Commit graph

98 commits

Author SHA1 Message Date
Matthias Wahl
52770185f9 fix date parse compatibility with ec_date
as it turns out ec_dates datetime() type can also be {{Y,M,D},{H,M,S,Ms}} which was not yet covered
2015-10-14 16:18:16 +02:00
Jesse Gumm
a443d476ac Update makefile and changelog 2015-07-27 14:25:21 -05:00
Jesse Gumm
7ab98975d8 Merge branch 'appsrc-fix' of git://github.com/project-fifo/qdate into project-fifo-appsrc-fix 2015-07-27 14:03:59 -05:00
Heinz N. Gies
15ded5317f added missing applications to app.src 2015-07-27 15:58:38 +02:00
Jesse Gumm
80b3a88530 Add 18 2015-07-26 08:48:58 -05:00
Jesse Gumm
d6ec97246f Merge branch 'master2' into rebar3 2015-07-26 08:35:36 -05:00
Jesse Gumm
b71173dc65 version bump 2015-07-26 08:34:12 -05:00
Jesse Gumm
0e0eb4186f Add some comments to rebar.config 2015-07-26 08:28:49 -05:00
Jesse Gumm
0b963146fe Remove R14 from travis. rebar3 doesn't work on R14 2015-07-26 08:27:46 -05:00
Heinz N. Gies
6dbeefc99b profile trick to make it rebar2 compatible. 2015-07-25 21:36:35 +02:00
Heinz N. Gies
02734c103b Fixed test task in makefile, damn me... 2015-07-25 20:35:09 +02:00
Heinz N. Gies
5f1f4a7785 rebar3ified makefile 2015-07-25 20:33:15 +02:00
Heinz N. Gies
5387ec8f02 rebar3 and hex. 2015-07-25 20:21:07 +02:00
Jesse Gumm
4f19dcf5ec Merge pull request #12 from aramallo/master
Removed io:format/2 call from try_parsers/2.
2015-07-09 11:07:20 -05:00
Alejandro M. Ramallo
c3b490ec52 Removed io:format/2 call from try_parsers/2.
Something that was left during debugging I guess ;-)
2015-07-09 16:54:23 +01:00
Jesse Gumm
644ed69cda remove "in-development" from changelog 2015-04-30 14:51:10 -05:00
Jesse Gumm
eeb797e1f8 Bump to 0.4.0 2015-04-30 14:49:24 -05:00
Jesse Gumm
6d7a031d46 Add clarification comments at the top of qdate_srv 2015-04-30 14:48:47 -05:00
Jesse Gumm
5fbbf93d4d Update readme. Remove unnecessary macro from qdate_srv 2015-04-30 14:45:53 -05:00
Jesse Gumm
bb33398614 Remove dependency on a server
Everything just uses application vars and procdict now.
2015-04-30 14:31:41 -05:00
Jesse Gumm
cd1faf8631 Update readme 2015-04-29 12:39:12 -05:00
Jesse Gumm
b4c3d4a302 Add date arithmetic function alts from "now" 2015-04-29 12:31:52 -05:00
Jesse Gumm
c750c339ff Update readme wording a bit 2015-02-27 09:40:30 -06:00
Jesse Gumm
91a502550a Add 17.4 to travis 2015-02-23 17:15:02 -06:00
Jesse Gumm
1e5bc5dfc5 Update Readme 2015-01-06 14:44:53 -06:00
Jesse Gumm
80a856721d Merge pull request #11 from pdincau/travis-matrix
Adding erl17 to travis build matrix
2014-12-01 15:19:32 -06:00
Paolo D'Incau
ff4a9a6eee Adding erl17 to travis build matrix 2014-12-01 12:41:49 +01:00
Jesse Gumm
e7bf41e3ad Update TODO 2014-08-30 18:06:58 -05:00
Jesse Gumm
aeed7641da Update chagelog 2014-08-30 18:05:55 -05:00
Jesse Gumm
72cececf88 Fix when relying on env var for TZ 2014-08-30 18:04:34 -05:00
Jesse Gumm
928c4e9be4 Add get_parsers() and get_formats() 2014-08-30 15:53:46 -05:00
Jesse Gumm
58f75fc966 Fix some logic, add a few more tests 2014-08-23 01:22:15 -05:00
Jesse Gumm
8cd386bb40 Fix weird accidental indentation in ensure_timezone 2014-08-23 00:31:22 -05:00
Jesse Gumm
fb63b7a318 Preliminary arithmetic tests. One failing test 2014-08-23 00:29:59 -05:00
Jesse Gumm
df55df9db6 Add some "in dev" notes to README for date arith 2014-08-22 23:59:37 -05:00
Jesse Gumm
21a9fc1618 Update changelog to add (in development) 2014-08-22 23:58:47 -05:00
Jesse Gumm
4cc45533ce Remove deps dir from rebar.config (unnecessary)
(Thanks @mworrell for pointing this out)
2014-08-22 23:57:34 -05:00
Jesse Gumm
daa04395f2 Update changelog and README 2014-08-22 23:57:23 -05:00
Jesse Gumm
5cb5612857 Add Date Arithmetic (still needs tests) 2014-08-22 23:47:39 -05:00
Jesse Gumm
4135dfa8e3 Update CHANGELOG 2014-05-11 23:12:16 -05:00
Jesse Gumm
58a92482d1 Make work with OTP 17 2014-04-11 01:37:44 -05:00
Jesse Gumm
6f9ca7d13c Add thanks to @nlundgaard-al 2014-03-11 22:57:17 -05:00
Jesse Gumm
328b2e0b32 Fix test where CDT was being implied despite CST specification
flipping daylight saving time.
2014-03-11 22:41:17 -05:00
Jesse Gumm
5139108fcc Merge pull request #6 from stwind/master
Support character escaping
2014-01-16 19:32:27 -08:00
stwind
13bab9fc8e Support character escaping 2014-01-17 11:08:20 +08:00
Jesse Gumm
4a98e54d9d Add disambiguation to to_now and to_unixtime 2013-10-22 17:42:17 -05:00
Jesse Gumm
7384819edb Add Timezone/DST Disambiguation 2013-10-22 17:29:16 -05:00
Jesse Gumm
ef659da9a4 Fix formatting of rebar.config
{branch, master} instead of "HEAD"
2013-10-22 13:32:42 -05:00
Jesse Gumm
a32086d865 Fix typo in Readme 2013-09-23 19:42:20 -05:00
Jesse Gumm
6183b60e96 Add Changelog 2013-09-23 19:39:55 -05:00