Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860f5a1 commit f806197Copy full SHA for f806197
wcf/records/text.py
@@ -419,7 +419,7 @@ def to_bytes(self):
419
>>> ''.join('%02X' % ord(i) for i in DatetimeTextRecord(632834208000000000, 0).to_bytes())
420
'9600408EF95B47C808'
421
>>> ''.join('%02X' % ord(i) for i in DatetimeTextRecord(632834208000000000, 2).to_bytes())
422
- '9600408EF95B47C888't
+ '9600408EF95B47C888'
423
"""
424
bytes = super(DatetimeTextRecord, self).to_bytes()
425
bytes += struct.pack('<Q',
0 commit comments