Skip to main content

Hi pretty new to this software/role as BI Developer. I have noticed that when using - @DateTimeParse(@round(@DateTimeNow()),%Y%m%d%H%M%s) In an attribute creator it returns an undefined value of - 19700101000009+00:00. What is the correct way to do this so it returns DateTimeNow.

Give the DateTimeStamper and DateTimeConverter a go

Screenshot 2020-12-18 094634


@wardalexander6​  You're getting the overflow number because you're using %s (Seconds since Unix Epoch) instead of %S (two digit seconds)


Reply