According to this page: http://msdn.microsoft.com/en-us/library/system.datetime.ticks.aspx ticks begin on Jan 1, 0001 so dateWithTimeIntervalSince1970:
is not automatically setup to work with ticks. You can still use this method but should adjust for the difference.