Warning: This file is auto-generated by
mix ptc.gen_docsfrompriv/java_compat_audit.exs. Manual edits will be overwritten. Editpriv/java_compat_audit.exsinstead.
Curated LLM-compatibility target for java.util.Date.
See also: Function Reference | Namespace Coverage | Clojure Core Audit | Clojure String Audit | Clojure Set Audit | Clojure Walk Audit | Java Math Audit | Java Boolean Audit | Java Double Audit | Java Float Audit | Java Integer Audit | Java Long Audit | Java String Audit | Java System Audit | Java LocalDate Audit | Java Instant Audit | Java Duration Audit | Java Period Audit
Summary
Coverage excludes not_relevant entries: supported / (supported + candidate + not_classified).
| Status | Count |
|---|---|
| Supported | 2 |
| Candidate | 2 |
| Not Relevant | 1 |
| Not Classified | 0 |
| Relevant Target | 4 |
| Coverage | 2/4 (50.0%) |
| Total | 5 |
Details
| Var | Status | Description | Notes |
|---|---|---|---|
.after | 🔲 candidate | Date ordering predicate | .isAfter covers the current PTC-Lisp spelling. |
.before | 🔲 candidate | Date ordering predicate | .isBefore covers the current PTC-Lisp spelling. |
.getTime | ✅ supported | Unix timestamp in milliseconds | Works on DateTime values. |
.setTime | ❌ not_relevant | Mutate Date timestamp | Mutable Java object operations are outside the sandbox model. |
java.util.Date. | ✅ supported | Construct DateTime value | Accepts no arg, timestamp, ISO/RFC string, or temporal value. |