Generate single or multiple time-based UUIDs (Version 1)
๐ Note:
UUID v1 uses the current timestamp and your computer's MAC address to generate unique identifiers. While this ensures uniqueness, it may expose timestamp and hardware information. For privacy-sensitive applications, consider using UUID v4 (random) instead.