SimRail Logs

Dokumentacja

Użytkownik: <%= record.userUsername %>

Stacja: <%= record.stationName %>

Serwer: <%= record.server.toUpperCase() %>

Data wejścia: <%= record.joinedDate ? dayjs(record.joinedDate).format('HH:mm DD/MM/YYYY') : '--:-- --/--/--' %> (<%= record.joinedDate ? dayjs(record.joinedDate).fromNow() : '--' %>)

Data wyjścia: <%= dayjs(record.leftDate).format('HH:mm DD/MM/YYYY') %> (<%= dayjs(record.leftDate).fromNow() %>)

Spędzony czas: <%= record.joinedDate ? msToTime(record.leftDate - record.joinedDate) : '--' %>


;station: <%= record.stationName %> ;steam: <%= record.userSteamId %> ;server: <%= record.server %> ;name: <%= record.userUsername %> ;joined: <%=record.joinedDate ? dayjs(record.joinedDate).format() : 'no-data'%> ;left: <%=dayjs(record.leftDate).format()%> ;url: https://simrail.alekswilc.dev/details/<%= record.id %>/