Java: add java.time models

This commit is contained in:
Jami Cogswell
2022-12-21 12:54:35 -05:00
parent 8e20aeb314
commit cfe075ef54

View File

@@ -0,0 +1,8 @@
extensions:
- addsTo:
pack: codeql/java-all
extensible: neutralModel
data:
- ["java.time", "Instant", "now", "()", "manual"]
- ["java.time", "LocalDate", "of", "(int,int,int)", "manual"]
- ["java.time", "ZonedDateTime", "now", "()", "manual"]