subject

This function must have the following header: def my_datetime(num_sec). This function takes in an integer value that represents the number of seconds since the epoch: January 1st 1970. The function takes num_sec and converts it to a date and returns it as a string with the following format: MM-DD-. It has the following specifications: It may be assumed that num_sec will always be an int value
It may be assumed that num_sec will always be a positive value
Must be able to handle leap years
Some examples:
my_datetime(0) returns 01-01-1970
my_datetime(123456789) returns 11-29-1973
my_datetime(9876543210) returns 12-22-2282
Your function handle all the computation itself. You are not permitted to use any library that can convert seconds to a date. This includes, but is not limitted to:
datetime
arrow
moment
maya
delorean
freezegun

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
What is used to analyze and summarize your data without graphical support
Answers: 1
question
Computers and Technology, 22.06.2019 22:20
Avariable of the data type arrays is storing 10 quantities. what is true about these quantities? a. the quantities all have different characteristics. b. the quantities all have the same characteristics. c. five quantities have the same and five have different characteristics. d. it is necessary for all quantities to be integers. e. it is necessary for all quantities to be characters.
Answers: 2
question
Computers and Technology, 23.06.2019 11:00
In the context of the box model, what is the difference between a margin and a padding? a. a padding lies outside a box border, while a margin lies inside it. b. a padding lies inside a box border, while a margin lies outside it. c. a padding can be adjusted independently, while a margin depends on the size of its box. d. a padding depends on the size of its box, while a margin can be adjusted independently.
Answers: 3
question
Computers and Technology, 24.06.2019 17:40
File i/o activity objective: the objective of this activity is to practice working with text files in c#. for this activity, you may do all code in the main class. instructions: create an app that will read integers from an input file name numbers.txt that will consist of one integer per record. example: 4 8 25 101 determine which numbers are even and which are odd. write the even numbers to a file named even.txt and the odd numbers to a file named odd.txt.
Answers: 3
You know the right answer?
This function must have the following header: def my_datetime(num_sec). This function takes in an in...
Questions
question
Mathematics, 15.07.2019 07:50
question
Computers and Technology, 15.07.2019 07:50
Questions on the website: 13722363