Java-Action-Datetime adds robust date and time handling actions to LightJason agents, offering parsing, formatting, arithmetic, and timezone conversions.
Java-Action-Datetime is an add-on module for the LightJason multi-agent system framework, designed to handle all temporal operations within your agents. It provides actions to retrieve the current timestamp, parse date/time strings into Java temporal objects, apply custom formatting patterns, perform arithmetic operations such as adding or subtracting durations, compute differences between datetimes, and convert between timezones. These actions seamlessly integrate into LightJason agent code, reducing boilerplate and enabling reliable, consistent temporal reasoning across distributed agent deployments.
Java-Action-Datetime Core Features
Current timestamp retrieval
Parsing date/time strings into Java temporal objects