if I paste the following code: ```Moshi moshi = ne...
# announcements
b
if I paste the following code:
Copy code
Moshi moshi = new Moshi.Builder()
                .add(Date.class, new Rfc3339DateJsonAdapter())
                .build();