I have not used this nmeaInterpreter, but in my experience, the Date/Time classes translate into the local system time zone. If you want to see it in GMT/UTC as reported by the GPS, try:
e.DateTime.ToUniversalTime().ToLongTimeString()
e.DateTime.ToUniversalTime().ToLongTimeString()