Date Time variables do not replicate

I have a datetime variable set to rep notify - using print text in my on rep - it seems it only fires on the server when i change a date

Having this problem too. Just trying to do a regular replication of the variable in C++ but seams like it doesn’t replicate to the Clients at all.

i figured it might be because of time zones and all that good stuff - i ended up scrapping that featured but I was going to switch to a tick offset with a replicated float

Hm… Timespan struct also can not be replicated.

Still happening. I ended breaking down my FDateTime variable into 6 replicated int32 for YMDHMS and then reconstructed the FDateTime as a pure function.