From fd1cb4755a14bc4cf63bb1dcd1e395d0e13a6a1a Mon Sep 17 00:00:00 2001 From: Maiklins Date: Thu, 11 Apr 2024 23:55:35 +0200 Subject: [PATCH] Update README.md --- protobuffer/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/protobuffer/README.md b/protobuffer/README.md index 329ad0e071..6d742837fd 100644 --- a/protobuffer/README.md +++ b/protobuffer/README.md @@ -5,3 +5,4 @@ This module contains articles about Google Protocol Buffer. ### Relevant articles - [Introduction to Google Protocol Buffer](https://www.baeldung.com/google-protocol-buffer) +- [Convert Google Protocol Buffer Timestamp to LocalDate](https://www.baeldung.com/convert-google-protocol-buffer-timestamp-to-localdate)