samtools / htsjdk

A Java API for high-throughput sequencing data (HTS) formats.
http://samtools.github.io/htsjdk/
285 stars 243 forks source link

find and replace usages of outdated Date/Time classes #561

Open lbergelson opened 8 years ago

lbergelson commented 8 years ago

Since we've updated to java 8 we should check for usage of outdated java date and time classes and replace them with their safer java 8 alternatives.

magicDGS commented 8 years ago

This should be replaced by the Local or Zoned API? I can take this ticket if I know which one; I guess that Local is enough...