*
* @throws KNXFormatException
*/
@Test
public void testTypeMappingDateTime_19_001_DST() throws KNXFormatException {
DPT dpt =DPTXlatorDateTime.DPT_DATE_TIME;
//2014-07-31 00:00:00 DST flag set
byte[] testDataDST = new byte[] { 0x72, 0x07, 0x1F, 0x00, 0x00, 0x00, (byte) 0x05, (byte) 0x00 };
//2014-07-31 00:00:00 DST flag cleared
byte[] testDataNoDST = new byte[] { 0x72, 0x07, 0x1F, 0x00, 0x00, 0x00, (byte) 0x04, (byte) 0x00 };