🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

testingfetchtime

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testingfetchtime

A lightweight Python utility package for time operations.

pipPyPI
Version
0.1.0
Weekly downloads
141
Maintainers
1
Weekly downloads
 

testingfetchtime

A lightweight Python utility package for time operations.

This is a testing package used to test various installers. Completely harmless, code deliberately kept simple for testing purposes.

Please contact riyazwalikar@gmail.com for further information.

Installation

pip install testingfetchtime

Usage

from testingfetchtime import print_current_time

print_current_time()
# Output: Current time: 2026-06-30 03:23:04

Features

  • Single function print_current_time() — prints the current date and time in YYYY-MM-DD HH:MM:SS format
  • Zero dependencies beyond Python standard library
  • Python 3.8+ support

API Reference

print_current_time()

Prints the current local date and time to stdout.

Returns: None

Example:

>>> from testingfetchtime import print_current_time
>>> print_current_time()
Current time: 2026-06-30 03:23:04

Keywords

time

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts