Skip to content

Commit

Permalink
prepared v0.4.0_alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenger committed Oct 23, 2024
1 parent 475664c commit cb91712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>de.tsenger</groupId>
<artifactId>vdstools</artifactId>
<version>0.3.2</version>
<version>0.4.0</version>
<name>VDS Tools java library</name>
<description>A library to parse, verify and build/encode Visible Digital Seals (VDS)</description>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/de/tsenger/vdstools/DataEncoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ public static byte[] encodeDate(LocalDate localDate) {
* Encode a LocalDate as described in as described in ICAO TR "Datastructure for
* Barcode" in six bytes.
*
* @param localDate Date
* @return date encoded in 6 bytes
* @param localDatetime LocalDateTime to encode
* @return local date time encoded in 6 bytes
*/
public static byte[] encodeDateTime(LocalDateTime localDatetime) {
DateTimeFormatter pattern = DateTimeFormatter.ofPattern("MMddyyyyHHmmss");
Expand Down

0 comments on commit cb91712

Please sign in to comment.