2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

93_Log2Syslog: new attribute 'timeSpec', send and parse messages according to UTC or Local tiime, some code changes (e.g. for Octet count format msg)

git-svn-id: https://svn.fhem.de/fhem/trunk@21611 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-04-05 21:00:33 +00:00
parent e07478ee80
commit 6900a81bd0

View File

@ -28,6 +28,7 @@
# RFC 3164 https://tools.ietf.org/html/rfc3164 and
# TLS Transport according to RFC 5425 https://tools.ietf.org/pdf/rfc5425.pdf
# Date and Time according to RFC 3339 https://tools.ietf.org/html/rfc3339
# RFC 6587 Transmission of Syslog Messages over TCP
#
##########################################################################################################################
package main;