Should be the 14th of February, not March :)
Calendar months start at 0 so February is 1.
common/CommonProxy.java line 137
replace:
calendar.get(Calendar.MONTH) == 2
with:
calendar.get(Calendar.MONTH) == Calendar.FEBRUARY
Sorry for I can't send pull requests for now.