Commits


Gil authored and GitHub committed 0733736c5eb
Rewrite ServerTimestamp as a property wrapper (#4003) * Move ServerTimestamp into its own file * Rewrite ServerTimestamp as a property wrapper Add Swift4ServerTimestamp that behaves as before. * Make ServerTimestampWrappable dictate timestamp conversion. This makes the @ServerTimestamp property wrapper completely open to extension by end users too.