Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.4.1
Bug summary
_auditService.GetLogs(_node.Id) - dates (Create and Update) are always 1/1/0001 12:00AM
Specifics
No response
Steps to reproduce
private readonly IAuditService _auditService;
_auditService.GetLogs(_node.Id) - dates (Create and Update) are always 1/1/0001 12:00AM
Expected result / actual result
Given that t backoffice shows the correct dates I'd expect this information to show the same.